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