2 writes to _forwardingLoggers
Microsoft.Build (2)
BackEnd\BuildManager\BuildParameters.cs (2)
280_forwardingLoggers = other._forwardingLoggers != null ? new List<ForwardingLoggerRecord>(other._forwardingLoggers) : null; 448_forwardingLoggers = value;
3 references to _forwardingLoggers
Microsoft.Build (3)
BackEnd\BuildManager\BuildParameters.cs (3)
280_forwardingLoggers = other._forwardingLoggers != null ? new List<ForwardingLoggerRecord>(other._forwardingLoggers) : null; 436get => _forwardingLoggers;