5 references to _profileData
ILCompiler.ReadyToRun (5)
Compiler\ProfileDataManager.cs (5)
333
=>
_profileData
.GetValueOrDefault(method);
340
ProfileData.MergeProfileData(
_profileData
, profileData);
344
foreach ((MethodDesc method, MethodProfileData profileData) in
_profileData
)
350
public bool Contains(MethodDesc md) =>
_profileData
.ContainsKey(md);
401
_profileData
.Add(profileData.Method, profileData);