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