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