1 override of TryOnDocumentOpenedAsync
Microsoft.CodeAnalysis.LanguageServer (1)
HostWorkspace\LanguageServerWorkspace.cs (1)
84
internal override ValueTask
TryOnDocumentOpenedAsync
(DocumentId documentId, SourceTextContainer textContainer, bool isCurrentContext, CancellationToken cancellationToken)
2 references to TryOnDocumentOpenedAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Workspaces\LspWorkspaceManager.cs (2)
137
workspace.
TryOnDocumentOpenedAsync
(documentId, documentText.Container, isCurrentContext: false, cancellationToken)).ConfigureAwait(false);
443
await workspace.
TryOnDocumentOpenedAsync
(