1 write to EnvoyInfo
mscorlib (1)
system\runtime\remoting\objref.cs (1)
1016
EnvoyInfo
= System.Runtime.Remoting.EnvoyInfo.CreateEnvoyInfo(idObj as ServerIdentity);
3 references to EnvoyInfo
mscorlib (3)
system\runtime\remoting\remotingservices.cs (3)
1632
if ((null != objectRef.
EnvoyInfo
) &&
1633
(null != objectRef.
EnvoyInfo
.EnvoySinks))
1635
envoySink = objectRef.
EnvoyInfo
.EnvoySinks;