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