Implemented interface member:
4 references to DisposeAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
src\LanguageServer\Microsoft.CommonLanguageServerProtocol.Framework\RequestExecutionQueue.cs (1)
297
await
DisposeAsync
().ConfigureAwait(false);
Microsoft.CommonLanguageServerProtocol.Framework.UnitTests (3)
RequestExecutionQueueTests.cs (3)
93
await requestExecutionQueue.
DisposeAsync
();
94
await requestExecutionQueue.
DisposeAsync
();
149
await requestExecutionQueue.
DisposeAsync
();