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