5 references to TextDocumentItem
Microsoft.CodeAnalysis.LanguageServer.Protocol (5)
Protocol\DidOpenTextDocumentParams.cs (2)
18
/// Gets or sets the <see cref="
TextDocumentItem
"/> which represents the text document that was opened.
22
public
TextDocumentItem
TextDocument
Protocol\Extensions\VSGetProjectContextsParams.cs (1)
19
public
TextDocumentItem
TextDocument
Protocol\Notebook\DidOpenNotebookDocumentParams.cs (1)
30
public
TextDocumentItem
[] CellTextDocuments { get; init; }
Protocol\Notebook\NotebookDocumentChangeCellsStructure.cs (1)
30
public
TextDocumentItem
[]? DidOpen { get; init; }