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