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