4 overrides of GetFunctionPointerCallingConventions
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Reflection\ModifiedType.cs (1)
121
public override Type[]
GetFunctionPointerCallingConventions
() => _unmodifiedType.GetFunctionPointerCallingConventions();
src\libraries\System.Private.CoreLib\src\System\Reflection\TypeDelegator.cs (1)
91
public override Type[]
GetFunctionPointerCallingConventions
() => typeImpl.GetFunctionPointerCallingConventions();
src\System\RuntimeType.CoreCLR.cs (1)
3772
public override Type[]
GetFunctionPointerCallingConventions
()
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Types\RoType.cs (1)
58
public override Type[]
GetFunctionPointerCallingConventions
()
2 references to GetFunctionPointerCallingConventions
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Reflection\ModifiedType.cs (1)
121
public override Type[] GetFunctionPointerCallingConventions() => _unmodifiedType.
GetFunctionPointerCallingConventions
();
src\libraries\System.Private.CoreLib\src\System\Reflection\TypeDelegator.cs (1)
91
public override Type[] GetFunctionPointerCallingConventions() => typeImpl.
GetFunctionPointerCallingConventions
();