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