2 writes to _messageSurrogate
mscorlib (2)
system\runtime\remoting\remotingsurrogateselector.cs (2)
48_messageSurrogate = new MessageSurrogate(this); 128_messageSurrogate = new SoapMessageSurrogate(this);
3 references to _messageSurrogate
mscorlib (3)
system\runtime\remoting\remotingsurrogateselector.cs (3)
65SoapMessageSurrogate soapMsg = _messageSurrogate as SoapMessageSurrogate; 104return _messageSurrogate; 129((SoapMessageSurrogate)_messageSurrogate).SetRootObject(_rootObj);