3 references to IsWellKnown
mscorlib (3)
system\runtime\remoting\identity.cs (1)
333if(IsWellKnown())
system\runtime\remoting\objref.cs (1)
1013if (!idObj.IsWellKnown())
system\runtime\remoting\realproxy.cs (1)
731bIsWellKnown = id.IsWellKnown();