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