CloneSet2549


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2201.000method_header
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
121223
src/NHibernate/Engine/StatefulPersistenceContext.cs
23131
src/NHibernate/Impl/SessionImpl.cs
Clone Instance
1
Line Count
2
Source Line
1223
Source File
src/NHibernate/Engine/StatefulPersistenceContext.cs

                [SecurityPermission(SecurityAction.LinkDemand, Flags = SecurityPermissionFlag.SerializationFormatter)]
                void ISerializable.GetObjectData(SerializationInfo info, StreamingContext context)


Clone Instance
2
Line Count
3
Source Line
131
Source File
src/NHibernate/Impl/SessionImpl.cs

                /// <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)


Clone AbstractionParameter Count: 0Parameter Bindings

/// <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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None