5 references to SupportsAsyncVersionCodegen
ILCompiler.Compiler (3)
IL\ILImporter.Scanner.cs (2)
575if (allowAsyncVariant && (_canonMethod.SupportsAsyncVersionCodegen() ? MatchTailCallAwait() : MatchTaskAwaitPattern())) 2037if (_wrappingAwaitReported || !_canonMethod.SupportsAsyncVersionCodegen() || _prevMatchedAwaitTailCallRetPostOffset == _currentOffset)
src\runtime\src\coreclr\tools\Common\Compiler\AsyncMethodVariant.cs (1)
171return (method.IsAsyncThunk() && !method.SupportsAsyncVersionCodegen()) || method is AsyncResumptionStub;
ILCompiler.RyuJit (2)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (2)
848if (method.SupportsAsyncVersionCodegen()) 3695Debug.Assert(caller.SupportsAsyncVersionCodegen());