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