6 references to _reportedEntries
Microsoft.Build (6)
BackEnd\BuildManager\MultiThreadedStrictModeScope.cs (6)
287_reportedEntries.Clear(); 316HashSet<string>? noLongerPresent = _reportedEntries.Count == 0 ? null : new(_reportedEntries, FileUtilities.PathComparer); 322if (_reportedEntries.Add(name)) 330_reportedEntries.Remove(name); 336_reportedEntries.ExceptWith(noLongerPresent);