3 references to IsClientProxy
mscorlib (3)
system\runtime\remoting\activationservices.cs (1)
1361
if (RemotingServices.
IsClientProxy
(server))
system\runtime\remoting\configuration.cs (1)
1586
if (RemotingServices.
IsClientProxy
(obj))
system\runtime\remoting\remotingservices.cs (1)
113
return
IsClientProxy
(tp);