2 writes to _buildStartedEvent
Microsoft.Build.Utilities.Core (2)
MuxLogger.cs (2)
471_buildStartedEvent = buildStartedEvent; 618_buildStartedEvent = buildStartedEvent;
5 references to _buildStartedEvent
Microsoft.Build.Utilities.Core (5)
MuxLogger.cs (5)
616if (_buildStartedEvent == null) 863new BuildStartedEventArgs(_buildStartedEvent.Message, 864_buildStartedEvent.HelpKeyword, 865Traits.LogAllEnvironmentVariables ? _buildStartedEvent.BuildEnvironment : _buildStartedEvent.BuildEnvironment?.Where(kvp => EnvironmentUtilities.IsWellKnownEnvironmentDerivedProperty(kvp.Key)).ToDictionary(kvp => kvp.Key, kvp => kvp.Value));