1 write to _ilBody
ILCompiler.ReadyToRun (1)
IBC\MIbcProfileParser.cs (1)
32
_ilBody
= ilBody;
2 references to _ilBody
ILCompiler.ReadyToRun (2)
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;