CompilationUnitManager.SourceFileDidChangeAsync Method

Definition

Modifies the compilation and all diagnostics to reflect the given change.

public System.Threading.Tasks.Task SourceFileDidChangeAsync (Microsoft.VisualStudio.LanguageServer.Protocol.DidChangeTextDocumentParams param);
member this.SourceFileDidChangeAsync : Microsoft.VisualStudio.LanguageServer.Protocol.DidChangeTextDocumentParams -> System.Threading.Tasks.Task
Public Function SourceFileDidChangeAsync (param As DidChangeTextDocumentParams) As Task

Parameters

Returns

Task

Exceptions

The URI of the given text document identifier is null or not an absolute file URI.

The file for which a change is given is not listed as a source file.

Applies to