1 write to _projectStartedEvents
Microsoft.Build (1)
BackEnd\BuildManager\BuildManager.cs (1)
314
_projectStartedEvents
= new Dictionary<int, BuildEventArgs>();
7 references to _projectStartedEvents
Microsoft.Build (7)
BackEnd\BuildManager\BuildManager.cs (7)
1385
telemetry.UnmatchedProjectStartedCount =
_projectStartedEvents
.Count;
2533
_projectStartedEvents
.Clear();
2821
BuildEventContext buildEventContext =
_projectStartedEvents
.TryGetValue(result.SubmissionId, out BuildEventArgs? buildEventArgs)
3233
if (
_projectStartedEvents
.TryGetValue(e.BuildEventContext!.SubmissionId, out var originalArgs))
3237
_projectStartedEvents
.Remove(e.BuildEventContext.SubmissionId);
3258
if (!
_projectStartedEvents
.ContainsKey(e.BuildEventContext!.SubmissionId))
3260
_projectStartedEvents
[e.BuildEventContext.SubmissionId] = e;