2 writes to Count
Aspire.Hosting.RemoteHost.Tests (2)
CapabilityDispatcherTests.cs (2)
230var context = new TestContextType { Name = "test-name", Count = 100 }; 421var context = new TestContextType { Count = 10 };
1 reference to Count
Aspire.Hosting.RemoteHost.Tests (1)
CapabilityDispatcherTests.cs (1)
431Assert.Equal(99, context.Count);