Implemented interface member:
property
TextDocument
Roslyn.LanguageServer.Protocol.ITextDocumentParams.TextDocument
1 write to TextDocument
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (1)
Formatting\FormatDocumentOnTypeTests.cs (1)
192TextDocument = CreateTextDocumentIdentifier(locationTyped.DocumentUri),
1 reference to TextDocument
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\Formatting\FormatDocumentOnTypeHandler.cs (1)
37public TextDocumentIdentifier GetTextDocumentIdentifier(DocumentOnTypeFormattingParams request) => request.TextDocument;