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