Implemented interface member:
property
TextDocument
Roslyn.LanguageServer.Protocol.ITextDocumentParams.TextDocument
2 writes to TextDocument
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (2)
SelectionRanges\SelectionRangesTests.cs (2)
180TextDocument = CreateTextDocumentIdentifier(document.GetURI()), 224TextDocument = CreateTextDocumentIdentifier(document.GetURI()),
1 reference to TextDocument
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\SelectionRanges\SelectionRangeHandler.cs (1)
26public TextDocumentIdentifier GetTextDocumentIdentifier(SelectionRangeParams request) => request.TextDocument;