1 write to _wrappedMethodIL
ILCompiler.ReadyToRun (1)
IL\Stubs\InstanceCalliHelperIntrinsics.cs (1)
31_wrappedMethodIL = wrapped;
10 references to _wrappedMethodIL
ILCompiler.ReadyToRun (10)
IL\Stubs\InstanceCalliHelperIntrinsics.cs (10)
35public override int MaxStack => _wrappedMethodIL.MaxStack; 36public override bool IsInitLocals => _wrappedMethodIL.IsInitLocals; 37public override byte[] GetILBytes() => _wrappedMethodIL.GetILBytes(); 38public override LocalVariableDefinition[] GetLocals() => _wrappedMethodIL.GetLocals(); 39public override ILExceptionRegion[] GetExceptionRegions() => _wrappedMethodIL.GetExceptionRegions(); 40public override MethodDebugInformation GetDebugInfo() => _wrappedMethodIL.GetDebugInfo(); 43public override MethodIL GetMethodILDefinition() => _wrappedMethodIL.GetMethodILDefinition(); 44public override MethodDesc OwningMethod => _wrappedMethodIL.OwningMethod; 45public override string ToString() => _wrappedMethodIL.ToString(); 48object item = _wrappedMethodIL.GetObject(token, notFoundBehavior);