2 references to CORINFO_CALLCONV_ASYNCCALL
ILCompiler.Compiler (1)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoTypes.cs (1)
130
internal bool isAsyncCall() { return ((callConv & CorInfoCallConv.
CORINFO_CALLCONV_ASYNCCALL
) != 0); }
ILCompiler.RyuJit (1)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (1)
863
sig->callConv |= CorInfoCallConv.
CORINFO_CALLCONV_ASYNCCALL
;