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