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