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