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. 22public TextDocumentItem TextDocument
Protocol\Extensions\VSGetProjectContextsParams.cs (1)
19public TextDocumentItem TextDocument
Protocol\Notebook\DidOpenNotebookDocumentParams.cs (1)
30public TextDocumentItem[] CellTextDocuments { get; init; }
Protocol\Notebook\NotebookDocumentChangeCellsStructure.cs (1)
30public TextDocumentItem[]? DidOpen { get; init; }