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