Implemented interface member:
property
IsMarshalByRef
System.Runtime.InteropServices._Type.IsMarshalByRef
17 references to IsMarshalByRef
mscorlib (12)
system\activator.cs (1)
88if(type.IsMarshalByRef){
system\marshalbyrefobject.cs (1)
245if (!castType.IsInterface && !castType.IsMarshalByRef)
system\runtime\remoting\activationservices.cs (1)
399serverType.IsMarshalByRef,
system\runtime\remoting\configuration.cs (1)
1560if(!serverType.IsMarshalByRef)
system\runtime\remoting\contextproperty.cs (1)
210Contract.Assert(ctorMsg.ActivationType.IsMarshalByRef, "Activation on a non MarshalByRef object");
system\runtime\remoting\objref.cs (1)
130if (castType.IsMarshalByRef)
system\runtime\remoting\proxyattribute.cs (1)
97!t.IsMarshalByRef &&
system\runtime\remoting\realproxy.cs (1)
115if(!classToProxy.IsMarshalByRef && !classToProxy.IsInterface)
system\runtime\remoting\remotingservices.cs (3)
977if (!classToProxy.IsMarshalByRef && !classToProxy.IsInterface) 1251BCLDebug.Assert(serverID.ServerType.IsMarshalByRef, 1741if (!castType.IsInterface && !castType.IsMarshalByRef)
system\runtime\remoting\remotingsurrogateselector.cs (1)
94if (type.IsMarshalByRef)
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
1101protected override bool IsMarshalByRefImpl() { return _baseReflectionType.IsMarshalByRef; }
System.AddIn (1)
System\Addin\Hosting\Store\AddInAdapter.cs (1)
55if (!type.IsMarshalByRef)
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
1101protected override bool IsMarshalByRefImpl() { return _baseReflectionType.IsMarshalByRef; }
System.ServiceModel (1)
System\ServiceModel\Description\TypeLoader.cs (1)
654if (callbackType != null && !callbackType.IsInterface && !callbackType.IsMarshalByRef)
System.Workflow.ComponentModel (1)
AuthoringOM\Compiler\TypeSystem\RTTypeWrapper.cs (1)
777return this.runtimeType.IsMarshalByRef;