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