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