Implemented interface member:
property
IsContextful
System.Runtime.InteropServices._Type.IsContextful
16 references to IsContextful
mscorlib (13)
system\activator.cs (1)
91
if(!(type.
IsContextful
)){
system\runtime\remoting\activationservices.cs (7)
417
if (!serverType.
IsContextful
)
452
if (bCtxOK && !serverType.
IsContextful
)
544
Contract.Assert(ctorMsg.ActivationType.
IsContextful
,
634
bool bCtxBound = reqMsg.ActivationType.
IsContextful
;
819
if (serverType.
IsContextful
)
867
if (serverType.
IsContextful
)
1340
if (activationType.
IsContextful
)
system\runtime\remoting\channelservices.cs (1)
764
if (!srvId.ServerType.
IsContextful
)
system\runtime\remoting\contextproperty.cs (1)
212
if (!ctorMsg.ActivationType.
IsContextful
)
system\runtime\remoting\proxyattribute.cs (2)
48
if (!serverType.
IsContextful
)
96
if (!t.
IsContextful
&&
system\runtime\remoting\remotingservices.cs (1)
1066
Contract.Assert(obj.GetType().
IsContextful
,"objType.IsContextful");
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
1096
protected override bool IsContextfulImpl() { return _baseReflectionType.
IsContextful
; }
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
1096
protected override bool IsContextfulImpl() { return _baseReflectionType.
IsContextful
; }
System.Workflow.ComponentModel (1)
AuthoringOM\Compiler\TypeSystem\RTTypeWrapper.cs (1)
773
return this.runtimeType.
IsContextful
;