2 instantiations of AsyncMaskedMethodIL
ILCompiler.Compiler (2)
Compiler\Dataflow\AsyncMaskingILProvider.cs (2)
40
return methodForIL == method ? methodIL : new
AsyncMaskedMethodIL
(method, methodIL);
48
return new
AsyncMaskedMethodIL
(((CompilerTypeSystemContext)owningMethod.Context).GetTargetOfAsyncVariantMethod(owningMethod), methodIL);