2 references to CallConvThiscall
System.Reflection.MetadataLoadContext (2)
System\Reflection\TypeLoading\General\CoreType.cs (1)
130
case CoreType.
CallConvThiscall
: ns = Utf8Constants.SystemRuntimeCompilerServices; name = Utf8Constants.CallConvThiscall; return;
System\Reflection\TypeLoading\Types\RoModifiedFunctionPointerType.cs (1)
48
private Type ThisCallType => Loader.GetCoreType(CoreType.
CallConvThiscall
);