2 references to CallConvCdecl
System.Reflection.MetadataLoadContext (2)
System\Reflection\TypeLoading\General\CoreType.cs (1)
128
case CoreType.
CallConvCdecl
: ns = Utf8Constants.SystemRuntimeCompilerServices; name = Utf8Constants.CallConvCdecl; return;
System\Reflection\TypeLoading\Types\RoModifiedFunctionPointerType.cs (1)
46
private Type CDeclType => Loader.GetCoreType(CoreType.
CallConvCdecl
);