Implemented interface member:
3 references to DisposeAsync
Microsoft.Diagnostics.NETCore.Client (3)
DiagnosticsClient\DiagnosticsClientConnector.cs (1)
77
await server.
DisposeAsync
().ConfigureAwait(false);
DiagnosticsServerRouter\DiagnosticsServerRouterFactory.cs (2)
316
await _tcpServer.
DisposeAsync
().ConfigureAwait(false);
374
await _webSocketServer.
DisposeAsync
().ConfigureAwait(false);