Implemented interface members:
55 references to Count
Aspire.EndToEnd.Tests (2)
Aspire.Workload.Tests (2)
Microsoft.AspNetCore.Components.Endpoints.Tests (1)
Microsoft.Build (5)
Microsoft.Build.BuildCheck.UnitTests (10)
EndToEndTests.cs (10)
63Regex.Matches(output, "BC0201: .* Property").Count.ShouldBe(2);
64Regex.Matches(output, "BC0202: .* Property").Count.ShouldBe(2);
65Regex.Matches(output, "BC0203 .* Property").Count.ShouldBe(2);
128Regex.Matches(output.LogOutput, expectedDiagnostic).Count.ShouldBe(2);
242Regex.Matches(output, expectedDiagnostic).Count.ShouldBe(2);
352Regex.Matches(output, "BC0202: .* Property").Count.ShouldBe(2);
353Regex.Matches(output, "BC0203: .* Property").Count.ShouldBe(38);
357Regex.Matches(output, "BC0202: .* Property").Count.ShouldBe(2);
358Regex.Matches(output, "BC0203: .* Property").Count.ShouldBe(42);
390Regex.Matches(output, expectedDiagnostic).Count.ShouldBe(2);
Microsoft.Build.Engine.OM.UnitTests (2)
Microsoft.Build.Engine.UnitTests (6)
Microsoft.Build.Tasks.UnitTests (3)
Microsoft.Build.UnitTests.Shared (1)
Microsoft.Build.Utilities.UnitTests (1)
Microsoft.CodeAnalysis (2)
Microsoft.CodeAnalysis.CodeStyle (4)
Microsoft.CodeAnalysis.Features.Test.Utilities (3)
Microsoft.CodeAnalysis.Test.Utilities (1)
Microsoft.CodeAnalysis.VisualBasic.Emit.UnitTests (1)
Microsoft.CodeAnalysis.Workspaces (4)
Microsoft.DotNet.Arcade.Sdk (1)
Microsoft.DotNet.Build.Tasks.Feed (1)
Microsoft.Maui.Controls (1)
Microsoft.ML.TestFramework (4)