1 write to _ilBody
ILCompiler.RyuJit (1)
parent\ILCompiler.ReadyToRun\IBC\MIbcProfileParser.cs (1)
32
_ilBody
= ilBody;
2 references to _ilBody
ILCompiler.RyuJit (2)
parent\ILCompiler.ReadyToRun\IBC\MIbcProfileParser.cs (2)
45
TypeDesc foundType =
_ilBody
.GetObject((int)token, NotFoundBehavior.ReturnNull) as TypeDesc;
68
MethodDesc foundMethod =
_ilBody
.GetObject((int)token, NotFoundBehavior.ReturnNull) as MethodDesc;