3 writes to UnmatchedProjectStartedCount
Microsoft.Build (1)
BackEnd\BuildManager\BuildManager.cs (1)
1299
telemetry.
UnmatchedProjectStartedCount
= _projectStartedEvents.Count;
Microsoft.Build.Framework.UnitTests (2)
CrashTelemetry_Tests.cs (2)
701
UnmatchedProjectStartedCount
= 2,
741
UnmatchedProjectStartedCount
= 0,
5 references to UnmatchedProjectStartedCount
Microsoft.Build.Framework (3)
Telemetry\CrashTelemetry.cs (3)
531
AddIfNotNull(
UnmatchedProjectStartedCount
);
601
AddIfNotNull(
UnmatchedProjectStartedCount
?.ToString(), nameof(
UnmatchedProjectStartedCount
));
Microsoft.Build.Framework.UnitTests (2)
CrashTelemetry_Tests.cs (2)
718
props[nameof(CrashTelemetry.
UnmatchedProjectStartedCount
)].ShouldBe("2");
760
props[nameof(CrashTelemetry.
UnmatchedProjectStartedCount
)].ShouldBe(0);