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)
44TypeDesc foundType = _ilBody.GetObject((int)token, NotFoundBehavior.ReturnNull) as TypeDesc; 67MethodDesc foundMethod = _ilBody.GetObject((int)token, NotFoundBehavior.ReturnNull) as MethodDesc;