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)
117
if (mpd == null &&
_synthesizedProfileData
!= null)
119
lock (
_synthesizedProfileData
)
121
mpd =
_synthesizedProfileData
[method];
130
public bool SynthesizeRandomPgoData =>
_synthesizedProfileData
!= null;
136
if (existingProfileData != null ||
_synthesizedProfileData
== null)
144
lock (
_synthesizedProfileData
)
146
existingProfileData =
_synthesizedProfileData
[method];
160
lock (
_synthesizedProfileData
)
165
existingProfileData =
_synthesizedProfileData
[method];
169
_synthesizedProfileData
.Add(profileData);