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