5 overrides of IsMarshalByRefImpl
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
1101protected 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)
1101protected override bool IsMarshalByRefImpl() { return _baseReflectionType.IsMarshalByRef; }
System.Workflow.ComponentModel (2)
AuthoringOM\Compiler\TypeSystem\DesignTimeType.cs (1)
1022protected override bool IsMarshalByRefImpl()
AuthoringOM\Compiler\TypeSystem\RTTypeWrapper.cs (1)
775protected override bool IsMarshalByRefImpl()
System.WorkflowServices (1)
System\Workflow\Activities\ContractType.cs (1)
520protected override bool IsMarshalByRefImpl()
1 reference to IsMarshalByRefImpl
mscorlib (1)
system\type.cs (1)
1264get {return IsMarshalByRefImpl();}