3 references to TextDocumentResetAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
Features\Diagnostics\EngineV2\DiagnosticIncrementalAnalyzer_IncrementalAnalyzer.cs (3)
229
=>
TextDocumentResetAsync
(document, cancellationToken);
232
=>
TextDocumentResetAsync
(document, cancellationToken);
288
await
TextDocumentResetAsync
(document, cancellationToken).ConfigureAwait(false);