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