1 write to ConnectionCount
Microsoft.NET.Sdk.Razor.Tool.Tests (1)
Infrastructure\TestableEventBus.cs (1)
35ConnectionCount++;
1 reference to ConnectionCount
Microsoft.NET.Sdk.Razor.Tool.Tests (1)
Infrastructure\ServerUtilities.cs (1)
57var serverStats = new ServerStats(connections: eventBus.ConnectionCount, completedConnections: eventBus.CompletedCount);