1 write to IsEnabled
Aspire.Hosting.RemoteHost.Tests (1)
CapabilityDispatcherTests.cs (1)
464
var context = new TestContextType {
IsEnabled
= true };
1 reference to IsEnabled
Aspire.Hosting.RemoteHost.Tests (1)
CapabilityDispatcherTests.cs (1)
474
Assert.False(context.
IsEnabled
);