| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 2 | 2 | 0 | 1.000 | method_header |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 2 | 1223 | src/NHibernate/Engine/StatefulPersistenceContext.cs |
| 2 | 3 | 131 | src/NHibernate/Impl/SessionImpl.cs |
| ||||
[SecurityPermission(SecurityAction.LinkDemand, Flags = SecurityPermissionFlag.SerializationFormatter)]
void ISerializable.GetObjectData(SerializationInfo info, StreamingContext context)
|
| ||||
/// <summary>
/// Verify the ISession can be serialized and write the fields to the Serializer.
/// </summary>
/// <param name="info"></param>
/// <param name="context"></param>
/// <remarks>
/// The fields are marked with [NonSerializable] as just a point of reference. This method
/// has complete control and what is serialized and those attributes are ignored. However,
/// this method should be in synch with the attributes for easy readability.
/// </remarks>
[SecurityPermission(SecurityAction.LinkDemand,
Flags = SecurityPermissionFlag.SerializationFormatter)]
void ISerializable.GetObjectData(SerializationInfo info, StreamingContext context)
|
| |||
/// <summary> /// Verify the ISession can be serialized and write the fields to the Serializer. /// </summary> /// <param name="info"></param> /// <param name="context"></param> /// <remarks> /// The fields are marked with [NonSerializable] as just a point of reference. This method /// has complete control and what is serialized and those attributes are ignored. However, /// this method should be in synch with the attributes for easy readability. /// </remarks> [SecurityPermission(SecurityAction.LinkDemand, Flags = SecurityPermissionFlag.SerializationFormatter)] void ISerializable.GetObjectData(SerializationInfo info, StreamingContext context) |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| None | |||