4 references to IsFromThisProcess
mscorlib (4)
system\runtime\remoting\objref.cs (3)
774if (IsFromThisProcess() && !IsFromThisAppDomain()) 930if (!IsFromThisProcess()) 943if (IsFromThisProcess())
system\runtime\remoting\remotingservices.cs (1)
159if (objRef != null && objRef.IsFromThisProcess())