3 references to _placedProfileMethods
ILCompiler.ReadyToRun (3)
Compiler\ProfileDataManager.cs (3)
383
if (!
_placedProfileMethods
.TryGetValue(home, out HashSet<MethodDesc> set))
384
_placedProfileMethods
.Add(home, set = new HashSet<MethodDesc>());
393
if (
_placedProfileMethods
.TryGetValue(moduleDesc, out var precomputedProfileData))