3 references to GetTargetOfAsyncVariant
ILCompiler.Compiler (1)
IL\ILImporter.Scanner.cs (1)
2044
MethodDesc taskReturningMethod = _canonMethod.
GetTargetOfAsyncVariant
();
ILCompiler.RyuJit (2)
parent\parent\Common\JitInterface\CorInfoImpl.cs (2)
1715
method = method.
GetTargetOfAsyncVariant
();
3703
MethodDesc taskReturningMethod = caller.
GetTargetOfAsyncVariant
();