5 overrides of IsMarshalByRefImpl
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
1101
protected override bool
IsMarshalByRefImpl
() { return _baseReflectionType.IsMarshalByRef; }
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
1101
protected override bool
IsMarshalByRefImpl
() { return _baseReflectionType.IsMarshalByRef; }
System.Workflow.ComponentModel (2)
AuthoringOM\Compiler\TypeSystem\DesignTimeType.cs (1)
1022
protected override bool
IsMarshalByRefImpl
()
AuthoringOM\Compiler\TypeSystem\RTTypeWrapper.cs (1)
775
protected override bool
IsMarshalByRefImpl
()
System.WorkflowServices (1)
System\Workflow\Activities\ContractType.cs (1)
520
protected override bool
IsMarshalByRefImpl
()
1 reference to IsMarshalByRefImpl
mscorlib (1)
system\type.cs (1)
1264
get {return
IsMarshalByRefImpl
();}