1 write to _synthesizedProfileData
ILCompiler.ReadyToRun (1)
Compiler\ProfileDataManager.cs (1)
98_synthesizedProfileData = new ProfileDataMap(nonLocalGenericsHome, _compilationGroup);
10 references to _synthesizedProfileData
ILCompiler.ReadyToRun (10)
Compiler\ProfileDataManager.cs (10)
117if (mpd == null && _synthesizedProfileData != null) 119lock (_synthesizedProfileData) 121mpd = _synthesizedProfileData[method]; 130public bool SynthesizeRandomPgoData => _synthesizedProfileData != null; 136if (existingProfileData != null || _synthesizedProfileData == null) 144lock (_synthesizedProfileData) 146existingProfileData = _synthesizedProfileData[method]; 160lock (_synthesizedProfileData) 165existingProfileData = _synthesizedProfileData[method]; 169_synthesizedProfileData.Add(profileData);