3 writes to _srvID
mscorlib (3)
system\runtime\remoting\message.cs (3)
4970
_srvID
= new ServerIdentity(
5000
_srvID
= null;
5088
_srvID
= new ServerIdentity(
5 references to _srvID
mscorlib (5)
system\runtime\remoting\message.cs (5)
4973
_ID =
_srvID
;
4975
_srvID
.RaceSetServerObjectChain(this);
5064
if ( (_targetDomainID!=0) &&
_srvID
== null)
5092
_srvID
.RaceSetServerObjectChain(this);
5095
return
_srvID
;