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