1 write to UnmatchedProjectStartedCount
Microsoft.Build (1)
BackEnd\BuildManager\BuildManager.cs (1)
1299telemetry.UnmatchedProjectStartedCount = _projectStartedEvents.Count;
3 references to UnmatchedProjectStartedCount
Microsoft.Build.Framework (3)
Telemetry\CrashTelemetry.cs (3)
533AddIfNotNull(UnmatchedProjectStartedCount); 603AddIfNotNull(UnmatchedProjectStartedCount?.ToString(), nameof(UnmatchedProjectStartedCount));