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