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)
65
SoapMessageSurrogate soapMsg =
_messageSurrogate
as SoapMessageSurrogate;
104
return
_messageSurrogate
;
129
((SoapMessageSurrogate)
_messageSurrogate
).SetRootObject(_rootObj);