1 write to _wrappedIL
ILCompiler.Compiler (1)
Compiler\Dataflow\AsyncMaskingILProvider.cs (1)
60=> (_owner, _wrappedIL) = (owner, wrappedIL);
9 references to _wrappedIL
ILCompiler.Compiler (9)
Compiler\Dataflow\AsyncMaskingILProvider.cs (9)
66public override MethodDebugInformation GetDebugInfo() => _wrappedIL.GetDebugInfo(); 67public override ILExceptionRegion[] GetExceptionRegions() => _wrappedIL.GetExceptionRegions(); 68public override byte[] GetILBytes() => _wrappedIL.GetILBytes(); 69public override LocalVariableDefinition[] GetLocals() => _wrappedIL.GetLocals(); 70public override object GetObject(int token, NotFoundBehavior notFoundBehavior = NotFoundBehavior.Throw) => _wrappedIL.GetObject(token, notFoundBehavior); 71public override bool IsInitLocals => _wrappedIL.IsInitLocals; 72public override int MaxStack => _wrappedIL.MaxStack; 76Debug.Assert(_wrappedIL.GetMethodILDefinition() == _wrappedIL);