3 instantiations of ObjRef
mscorlib (3)
system\marshalbyrefobject.cs (1)
193
return new
ObjRef
(this, requestedType);
system\runtime\remoting\objref.cs (1)
593
return new
ObjRef
(this);
system\runtime\remoting\realproxy.cs (1)
403
return new
ObjRef
((MarshalByRefObject)GetTransparentProxy(), requestedType);
67 references to ObjRef
mscorlib (61)
system\appdomain.cs (1)
4244
internal static extern
ObjRef
nCreateInstance(String friendlyName,
system\applicationactivator.cs (1)
172
ObjRef
or = AppDomain.nCreateInstance(adSetup.ActivationArguments.ApplicationIdentity.FullName,
system\marshalbyrefobject.cs (1)
186
public virtual
ObjRef
CreateObjRef(Type requestedType)
system\runtime\remoting\identity.cs (6)
277
((
ObjRef
)_objRef).URI = null;
368
internal
ObjRef
ObjectRef
373
return (
ObjRef
) _objRef;
381
internal
ObjRef
RaceSetObjRef(
ObjRef
objRefGiven)
387
return (
ObjRef
) _objRef;
system\runtime\remoting\identityholder.cs (1)
400
String objURI, String URL,
ObjRef
objectRef)
system\runtime\remoting\messagesmuggler.cs (5)
82
ObjRef
objRef = RemotingServices.MarshalInternal(mbo, null, null);
92
ObjRef
smugObjRef = objRef.CreateSmuggleableCopy();
241
ObjRef
_objRef;
244
public SmuggledObjRef(
ObjRef
objRef)
249
public
ObjRef
ObjRef
system\runtime\remoting\objref.cs (8)
430
private static Type orType = typeof(
ObjRef
);
435
private ObjRef(
ObjRef
o)
437
BCLDebug.Assert(o.GetType() == typeof(
ObjRef
), "this should be just an ObjRef");
550
if ((this.GetType() != typeof(
ObjRef
)) || IsObjRefLite())
589
internal
ObjRef
CreateSmuggleableCopy()
748
bool fRefine = !(GetType() == typeof(
ObjRef
));
873
ObjRef
.IsWellFormed(this),
1078
internal static bool IsWellFormed(
ObjRef
objectRef)
system\runtime\remoting\proxyattribute.cs (1)
72
public virtual RealProxy CreateProxy(
ObjRef
objRef,
system\runtime\remoting\realproxy.cs (2)
395
public virtual
ObjRef
CreateObjRef(Type requestedType)
889
(
ObjRef
)ctorRetMsg.ReturnValue,
system\runtime\remoting\remotingproxy.cs (1)
662
ObjRef
oRef = IdentityObject.ObjectRef;
system\runtime\remoting\remotingservices.cs (25)
158
ObjRef
objRef = id.ObjectRef;
463
public static
ObjRef
Marshal(MarshalByRefObject Obj)
470
public static
ObjRef
Marshal(MarshalByRefObject Obj, String URI)
477
public static
ObjRef
Marshal(MarshalByRefObject Obj, String ObjURI, Type RequestedType)
484
internal static
ObjRef
MarshalInternal(MarshalByRefObject Obj, String ObjURI, Type RequestedType)
490
internal static
ObjRef
MarshalInternal(MarshalByRefObject Obj, String ObjURI, Type RequestedType, bool updateChannelData)
497
internal static
ObjRef
MarshalInternal(MarshalByRefObject Obj, String ObjURI, Type RequestedType, bool updateChannelData, bool isInitializing)
504
ObjRef
objectRef = null;
823
ObjRef
or = RemotingServices.MarshalInternal(
832
public static Object Unmarshal(
ObjRef
objectRef)
838
public static Object Unmarshal(
ObjRef
objectRef, bool fRefine)
938
public static
ObjRef
GetObjRefForProxy(MarshalByRefObject obj)
940
ObjRef
objRef = null;
1169
ObjRef
objectRef,
1182
if (!
ObjRef
.IsWellFormed(objectRef))
1342
BCLDebug.Assert(
ObjRef
.IsWellFormed(idObj.ObjectRef),
1553
ObjRef
objectRef,
1764
ObjRef
objRef = id.ObjectRef;
1823
ObjRef
objRef = CreateDataForDomain(appDomainId, defCtxID);
1838
ObjRef
objref = MarshalInternal(
1852
internal static
ObjRef
CreateDataForDomain(int appDomainId, IntPtr defCtxID)
1865
return (
ObjRef
) Thread.CurrentThread.InternalCrossContextCallback(null, defCtxID, appDomainId, xctxDel, null);
2202
ObjRef
objRef = null;
2231
ObjRef
objRef;
2247
Object tp, out
ObjRef
objRef, out bool bSameDomain, out int domainId)
system\runtime\remoting\remotingsurrogateselector.cs (2)
36
private static Type s_ObjRefType = typeof(
ObjRef
);
196
((
ObjRef
)obj).GetObjectData(info, context);
system\runtime\remoting\trackingservices.cs (4)
29
void MarshaledObject(Object obj,
ObjRef
or);
33
void UnmarshaledObject(Object obj,
ObjRef
or);
152
internal static void MarshaledObject(Object obj,
ObjRef
or)
166
internal static void UnmarshaledObject(Object obj,
ObjRef
or)
system\runtime\serialization\formatterservices.cs (1)
208
typeof(System.Runtime.Remoting.
ObjRef
),
system\runtime\serialization\objectclonehelper.cs (2)
50
if (serObj is
ObjRef
)
61
ObjRef
objRef = RemotingServices.MarshalInternal((MarshalByRefObject)serObj, null, null);
PresentationFramework (1)
src\Framework\MS\Internal\Navigation\BindStream.cs (1)
230
public override
ObjRef
CreateObjRef(
System.Data (3)
fx\src\data\System\Data\SqlClient\SqlDependency.cs (3)
497
ObjRef
objRef = GetObjRef(_processDispatcher);
535
private static
ObjRef
GetObjRef(SqlDependencyProcessDispatcher _processDispatcher) {
540
private static void GetSerializedObject(
ObjRef
objRef, BinaryFormatter formatter, MemoryStream stream) {
System.Web (1)
Configuration\RemoteWebConfigurationHostStream.cs (1)
165
public override System.Runtime.Remoting.
ObjRef
CreateObjRef(Type requestedType)
System.Workflow.Runtime (1)
DebugEngine\DebugController.cs (1)
350
ObjRef
o = RemotingServices.Marshal(this, this.programId.ToString());