1 write to _originalMethodIL
ILCompiler.Compiler (1)
Compiler\ReachabilityInstrumentationProvider.cs (1)
78=> (_originalMethodIL, _accountingField) = (originalMethodIL, accountingField);
7 references to _originalMethodIL
ILCompiler.Compiler (7)
Compiler\ReachabilityInstrumentationProvider.cs (7)
80public override int MaxStack => Math.Max(_originalMethodIL.MaxStack, 1); 82public override bool IsInitLocals => _originalMethodIL.IsInitLocals; 84public override MethodDesc OwningMethod => _originalMethodIL.OwningMethod; 89ILExceptionRegion[] regions = _originalMethodIL.GetExceptionRegions(); 109byte[] originalBytes = _originalMethodIL.GetILBytes(); 120public override LocalVariableDefinition[] GetLocals() => _originalMethodIL.GetLocals(); 129return _originalMethodIL.GetObject(token, notFoundBehavior);