13 overrides of IsByRefImpl
mscorlib (7)
system\reflection\emit\enumbuilder.cs (1)
254protected override bool IsByRefImpl()
system\reflection\emit\generictypeparameterbuilder.cs (1)
163protected override bool IsByRefImpl() { return false; }
system\reflection\emit\symboltype.cs (1)
533protected override bool IsByRefImpl()
system\reflection\emit\typebuilder.cs (1)
1359protected override bool IsByRefImpl()
system\reflection\emit\typebuilderinstantiation.cs (1)
195protected override bool IsByRefImpl() { return false; }
system\reflection\typedelegator.cs (1)
200protected override bool IsByRefImpl()
system\rttype.cs (1)
3905protected override bool IsByRefImpl()
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
1086protected override bool IsByRefImpl() { return _baseReflectionType.IsByRef; }
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
1086protected override bool IsByRefImpl() { return _baseReflectionType.IsByRef; }
System.Web (1)
Compilation\DelayLoadType.cs (1)
160protected override bool IsByRefImpl() {
System.Workflow.ComponentModel (2)
AuthoringOM\Compiler\TypeSystem\DesignTimeType.cs (1)
999protected override bool IsByRefImpl()
AuthoringOM\Compiler\TypeSystem\RTTypeWrapper.cs (1)
763protected override bool IsByRefImpl()
System.WorkflowServices (1)
System\Workflow\Activities\ContractType.cs (1)
504protected override bool IsByRefImpl()
1 reference to IsByRefImpl
mscorlib (1)
system\type.cs (1)
1225get {return IsByRefImpl();}