2 references to ReadMethodCode
ILCompiler.ReadyToRun (2)
Compiler\ProfileDataManager.cs (1)
158profileData = new MethodProfileData(method, MethodProfilingDataFlags.ReadMethodCode, 0, null, 0, SynthesizeSchema(comp, method));
IBC\MIbcProfileParser.cs (1)
557methodProfileData.Add(new MethodProfileData((MethodDesc)methodInProgress, MethodProfilingDataFlags.ReadMethodCode, exclusiveWeight, weights, 0xFFFFFFFF, pgoSchemaData));