1 instantiation of SoapMessageSurrogate
mscorlib (1)
system\runtime\remoting\remotingsurrogateselector.cs (1)
128
_messageSurrogate = new
SoapMessageSurrogate
(this);
3 references to SoapMessageSurrogate
mscorlib (3)
system\runtime\remoting\remotingsurrogateselector.cs (3)
65
SoapMessageSurrogate
soapMsg = _messageSurrogate as
SoapMessageSurrogate
;
129
((
SoapMessageSurrogate
)_messageSurrogate).SetRootObject(_rootObj);