2 writes to _firstProjectStartedEventContext
Microsoft.Build.Utilities.Core (2)
MuxLogger.cs (2)
595_firstProjectStartedEventContext = null; 859_firstProjectStartedEventContext = buildEvent.BuildEventContext;
5 references to _firstProjectStartedEventContext
Microsoft.Build.Utilities.Core (5)
MuxLogger.cs (5)
761if (_firstProjectStartedEventContext == null) 806if (_firstProjectStartedEventContext == null) 855if (_firstProjectStartedEventContext == null) 1222if (_firstProjectStartedEventContext == null && (buildEvent is BuildStartedEventArgs || buildEvent is BuildFinishedEventArgs)) 1257if (projectFinishedEvent != null && buildEvent.BuildEventContext?.Equals(_firstProjectStartedEventContext) == true)