1 write to _methodIL
ILCompiler.ReadyToRun (1)
IL\ReadyToRunILProvider.cs (1)
390
=> (_variant,
_methodIL
) = (variant, methodIL);
7 references to _methodIL
ILCompiler.ReadyToRun (7)
IL\ReadyToRunILProvider.cs (7)
396
public override MethodDebugInformation GetDebugInfo() =>
_methodIL
.GetDebugInfo();
397
public override ILExceptionRegion[] GetExceptionRegions() =>
_methodIL
.GetExceptionRegions();
398
public override byte[] GetILBytes() =>
_methodIL
.GetILBytes();
399
public override LocalVariableDefinition[] GetLocals() =>
_methodIL
.GetLocals();
400
public override object GetObject(int token, NotFoundBehavior notFoundBehavior = NotFoundBehavior.Throw) =>
_methodIL
.GetObject(token, notFoundBehavior);
401
public override bool IsInitLocals =>
_methodIL
.IsInitLocals;
402
public override int MaxStack =>
_methodIL
.MaxStack;