6 overrides of IsUnmanagedFunctionPointer
System.Private.CoreLib (5)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\ModifiedType.cs (1)
189
public override bool
IsUnmanagedFunctionPointer
=> _unmodifiedType.IsUnmanagedFunctionPointer;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\SignatureFunctionPointerType.cs (1)
24
public override bool
IsUnmanagedFunctionPointer
=> _isUnmanaged;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\SignatureModifiedType.cs (1)
40
public override bool
IsUnmanagedFunctionPointer
=> _unmodifiedType.IsUnmanagedFunctionPointer;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\TypeDelegator.cs (1)
161
public override bool
IsUnmanagedFunctionPointer
=> typeImpl.IsUnmanagedFunctionPointer;
System\RuntimeType.NativeAot.cs (1)
560
public override bool
IsUnmanagedFunctionPointer
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Types\RoType.cs (1)
56
public abstract override bool
IsUnmanagedFunctionPointer
{ get; }
4 references to IsUnmanagedFunctionPointer
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\ModifiedType.cs (1)
189
public override bool IsUnmanagedFunctionPointer => _unmodifiedType.
IsUnmanagedFunctionPointer
;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\SignatureModifiedType.cs (1)
40
public override bool IsUnmanagedFunctionPointer => _unmodifiedType.
IsUnmanagedFunctionPointer
;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\TypeDelegator.cs (1)
161
public override bool IsUnmanagedFunctionPointer => typeImpl.
IsUnmanagedFunctionPointer
;
System.Reflection.Emit (1)
System\Reflection\Emit\SignatureHelper.cs (1)
234
if (type.
IsUnmanagedFunctionPointer
)