2 overrides of TryOnDocumentClosedAsync
Microsoft.CodeAnalysis.LanguageServer (1)
HostWorkspace\LanguageServerWorkspace.cs (1)
101
internal override ValueTask
TryOnDocumentClosedAsync
(DocumentId documentId, CancellationToken cancellationToken)
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (1)
Workspaces\TestWorkspace`1.cs (1)
467
internal override ValueTask
TryOnDocumentClosedAsync
(DocumentId documentId, CancellationToken cancellationToken)
1 reference to TryOnDocumentClosedAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Workspaces\LspWorkspaceManager.cs (1)
190
await workspace.
TryOnDocumentClosedAsync
(documentId, cancellationToken).ConfigureAwait(false);