4 references to MarshalInternal
mscorlib (4)
system\runtime\remoting\configuration.cs (3)
1599RemotingServices.MarshalInternal(redirectedProxy, URI, serverType, updateChannelData: true, isInitializing: true); 1617RemotingServices.MarshalInternal(comRedirectedProxy, URI, serverType, updateChannelData: true, isInitializing: true); 1639RemotingServices.MarshalInternal(obj, URI, serverType, updateChannelData: true, isInitializing: true);
system\runtime\remoting\remotingservices.cs (1)
492return MarshalInternal(Obj, ObjURI, RequestedType, updateChannelData, isInitializing: false);