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