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)
35
public override int MaxStack =>
_wrappedMethodIL
.MaxStack;
36
public override bool IsInitLocals =>
_wrappedMethodIL
.IsInitLocals;
37
public override byte[] GetILBytes() =>
_wrappedMethodIL
.GetILBytes();
38
public override LocalVariableDefinition[] GetLocals() =>
_wrappedMethodIL
.GetLocals();
39
public override ILExceptionRegion[] GetExceptionRegions() =>
_wrappedMethodIL
.GetExceptionRegions();
40
public override MethodDebugInformation GetDebugInfo() =>
_wrappedMethodIL
.GetDebugInfo();
43
public override MethodIL GetMethodILDefinition() =>
_wrappedMethodIL
.GetMethodILDefinition();
44
public override MethodDesc OwningMethod =>
_wrappedMethodIL
.OwningMethod;
45
public override string ToString() =>
_wrappedMethodIL
.ToString();
48
object item =
_wrappedMethodIL
.GetObject(token, notFoundBehavior);