3 references to GetAsyncVariant
ILCompiler.ReadyToRun (3)
Compiler\DependencyAnalysis\ReadyToRun\CopiedMethodILNode.cs (1)
85
MethodDesc asyncVariant = method.
GetAsyncVariant
().GetTypicalMethodDefinition();
IL\ReadyToRunILProvider.cs (1)
203
return AsyncThunkILEmitter.EmitTaskReturningThunk(method, method.
GetAsyncVariant
());
parent\parent\Common\JitInterface\CorInfoImpl.cs (1)
1719
method = method.
GetAsyncVariant
();