2 writes to _eventSourceForBuild
Microsoft.Build.Utilities.Core (2)
MuxLogger.cs (2)
157_eventSourceForBuild = eventSource; 222_eventSourceForBuild = null;
14 references to _eventSourceForBuild
Microsoft.Build.Utilities.Core (14)
MuxLogger.cs (14)
152if (_eventSourceForBuild != null) 160_eventSourceForBuild.BuildStarted += _buildStartedEventHandler; 161_eventSourceForBuild.BuildFinished += _buildFinishedEventHandler; 162_eventSourceForBuild.ProjectStarted += _projectStartedEventHandler; 163_eventSourceForBuild.ProjectFinished += _projectFinishedEventHandler; 165if (_eventSourceForBuild is IEventSource3 eventSource3) 183if (_eventSourceForBuild is IEventSource4 eventSource4) 197if (_eventSourceForBuild == null) 215_eventSourceForBuild.ProjectStarted -= _projectStartedEventHandler; 216_eventSourceForBuild.ProjectFinished -= _projectFinishedEventHandler; 217_eventSourceForBuild.BuildStarted -= _buildStartedEventHandler; 218_eventSourceForBuild.BuildFinished -= _buildFinishedEventHandler; 235if (_eventSourceForBuild == null) 251record = new SubmissionRecord(submissionId, _eventSourceForBuild, _buildStartedEvent, _maxNodeCount);