5 implementations of ServerIdentityObject
mscorlib (5)
system\runtime\remoting\message.cs (5)
196
ServerIdentity IInternalMessage.
ServerIdentityObject
2487
ServerIdentity IInternalMessage.
ServerIdentityObject
3725
ServerIdentity IInternalMessage.
ServerIdentityObject
4798
ServerIdentity IInternalMessage.
ServerIdentityObject
5059
ServerIdentity IInternalMessage.
ServerIdentityObject
4 writes to ServerIdentityObject
mscorlib (4)
system\runtime\remoting\remotingproxy.cs (2)
312
iim.
ServerIdentityObject
= serverID;
415
iim.
ServerIdentityObject
= serverID;
system\runtime\remoting\remotingservices.cs (1)
2789
im.
ServerIdentityObject
= (ServerIdentity)srvID;
system\runtime\remoting\terminatorsinks.cs (1)
125
iim.
ServerIdentityObject
= srvID;
3 references to ServerIdentityObject
mscorlib (3)
system\runtime\remoting\message.cs (1)
5671
return iim.
ServerIdentityObject
;
system\runtime\remoting\stackbuildersink.cs (1)
334
&& iiMsg.IdentityObject == iiMsg.
ServerIdentityObject
system\runtime\remoting\terminatorsinks.cs (1)
103
srvID = ((IInternalMessage) reqMsg).
ServerIdentityObject
;