6 references to DisposedAttachments
Aspire.Dashboard.Tests (6)
Terminal\TerminalWebSocketTests.cs (6)
405Assert.Equal(useGrpc ? 2 : 0, host.DisposedAttachments); 557Assert.Equal(duringHandshake ? 1 : 0, host.DisposedAttachments); 584Assert.Equal(duringHandshake ? 1 : 0, host.DisposedAttachments); 606Assert.Equal(1, host.DisposedAttachments); 645Assert.Equal(1, host.DisposedAttachments); 676Assert.Equal(useGrpc ? 1 : 0, host.DisposedAttachments);