2 writes to _distributedCentralLoggers
Microsoft.Build (2)
BackEnd\Components\Logging\LoggingService.cs (2)
320
_distributedCentralLoggers
= new List<ILogger>();
980
_distributedCentralLoggers
= new List<ILogger>();
2 references to _distributedCentralLoggers
Microsoft.Build (2)
BackEnd\Components\Logging\LoggingService.cs (2)
1164
if (
_distributedCentralLoggers
.Any(existing => ReferenceEquals(existing, centralLogger)))
1191
_distributedCentralLoggers
.Add(centralLogger);