3 references to ConstructionCall
mscorlib (3)
system\runtime\remoting\message.cs (1)
1461
else if (_ccmsg is
ConstructionCall
)
system\runtime\remoting\remotingsurrogateselector.cs (1)
416
private static Type _constructionCallType = typeof(
ConstructionCall
);
system\runtime\serialization\formatterservices.cs (1)
256
if (Object.ReferenceEquals(type, typeof(System.Runtime.Remoting.Messaging.
ConstructionCall
)) ||