7 references to IsObjRefLite
mscorlib (7)
system\runtime\remoting\objref.cs (4)
550if ((this.GetType() != typeof(ObjRef)) || IsObjRefLite()) 606if(!IsObjRefLite()) 726if(IsObjRefLite()) 1085(!(objectRef.IsWellKnown() || objectRef.IsObjRefLite() ||
system\runtime\remoting\remotingproxy.cs (2)
286if(!idObj.ObjectRef.IsObjRefLite()) 684if (oRef.IsObjRefLite())
system\runtime\remoting\remotingservices.cs (1)
1295if (!objectRef.IsObjRefLite())