1 write to _rootObj
mscorlib (1)
system\runtime\remoting\remotingsurrogateselector.cs (1)
64
_rootObj
= obj;
3 references to _rootObj
mscorlib (3)
system\runtime\remoting\remotingsurrogateselector.cs (3)
68
soapMsg.SetRootObject(
_rootObj
);
74
return
_rootObj
;
129
((SoapMessageSurrogate)_messageSurrogate).SetRootObject(
_rootObj
);