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