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