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