2 overrides of GetAllMethodProfileData
ILCompiler.ReadyToRun (2)
Compiler\ProfileData.cs (1)
140public override IEnumerable<MethodProfileData> GetAllMethodProfileData()
IBC\IBCProfileData.cs (1)
74public override IEnumerable<MethodProfileData> GetAllMethodProfileData()
1 reference to GetAllMethodProfileData
ILCompiler.ReadyToRun (1)
Compiler\ProfileData.cs (1)
69foreach (MethodProfileData data in profileData.GetAllMethodProfileData())