1 write to _projectStartedEvents
Microsoft.Build (1)
BackEnd\BuildManager\BuildManager.cs (1)
303_projectStartedEvents = new Dictionary<int, BuildEventArgs>();
8 references to _projectStartedEvents
Microsoft.Build (8)
BackEnd\BuildManager\BuildManager.cs (8)
988if (_projectStartedEvents.Count != 0) 992foreach (KeyValuePair<int, BuildEventArgs> projectStartedEvent in _projectStartedEvents) 2157_projectStartedEvents.Clear(); 2436BuildEventContext buildEventContext = _projectStartedEvents.TryGetValue(result.SubmissionId, out BuildEventArgs? buildEventArgs) 2847if (_projectStartedEvents.TryGetValue(e.BuildEventContext!.SubmissionId, out var originalArgs)) 2851_projectStartedEvents.Remove(e.BuildEventContext.SubmissionId); 2872if (!_projectStartedEvents.ContainsKey(e.BuildEventContext!.SubmissionId)) 2874_projectStartedEvents[e.BuildEventContext.SubmissionId] = e;