1 write to _ilBody
ILCompiler.ReadyToRun (1)
IBC\MIbcProfileParser.cs (1)
31
_ilBody
= ilBody;
2 references to _ilBody
ILCompiler.ReadyToRun (2)
IBC\MIbcProfileParser.cs (2)
44
TypeDesc foundType =
_ilBody
.GetObject((int)token, NotFoundBehavior.ReturnNull) as TypeDesc;
67
MethodDesc foundMethod =
_ilBody
.GetObject((int)token, NotFoundBehavior.ReturnNull) as MethodDesc;