3 references to SupportsAsyncVersionCodegen
ILCompiler.ReadyToRun (3)
src\runtime\src\coreclr\tools\Common\Compiler\AsyncMethodVariant.cs (1)
171
return (method.IsAsyncThunk() && !method.
SupportsAsyncVersionCodegen
()) || method is AsyncResumptionStub;
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (2)
848
if (method.
SupportsAsyncVersionCodegen
())
3695
Debug.Assert(caller.
SupportsAsyncVersionCodegen
());