13 overrides of IsByRefImpl
System.Private.CoreLib (9)
src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\SymbolType.cs (1)
506
protected override bool
IsByRefImpl
()
src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\TypeBuilderInstantiation.cs (1)
224
protected override bool
IsByRefImpl
() { return false; }
src\libraries\System.Private.CoreLib\src\System\Reflection\ModifiedType.cs (1)
174
protected override bool
IsByRefImpl
() => _unmodifiedType.IsByRef;
src\libraries\System.Private.CoreLib\src\System\Reflection\SignatureType.cs (1)
27
protected abstract override bool
IsByRefImpl
();
src\libraries\System.Private.CoreLib\src\System\Reflection\TypeDelegator.cs (1)
146
protected override bool
IsByRefImpl
() => typeImpl.IsByRef;
src\libraries\System.Private.CoreLib\src\System\RuntimeType.cs (1)
251
protected override bool
IsByRefImpl
() => RuntimeTypeHandle.IsByRef(this);
src\System\Reflection\Emit\RuntimeEnumBuilder.cs (1)
229
protected override bool
IsByRefImpl
()
src\System\Reflection\Emit\RuntimeGenericTypeParameterBuilder.cs (1)
164
protected override bool
IsByRefImpl
() { return false; }
src\System\Reflection\Emit\RuntimeTypeBuilder.cs (1)
902
protected override bool
IsByRefImpl
()
System.Reflection.Context (1)
System\Reflection\Context\Delegation\DelegatingType.cs (1)
426
protected override bool
IsByRefImpl
()
System.Reflection.Emit (1)
src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\SymbolType.cs (1)
506
protected override bool
IsByRefImpl
()
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Types\RoType.cs (1)
45
protected abstract override bool
IsByRefImpl
();
System.Windows.Forms.Tests (1)
System\Windows\Forms\ListBindingHelperTests.cs (1)
934
protected override bool
IsByRefImpl
() => throw new NotImplementedException();
1 reference to IsByRefImpl
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Type.cs (1)
52
public bool IsByRef =>
IsByRefImpl
();