Implemented interface member:
property
TextDocument
Roslyn.LanguageServer.Protocol.ITextDocumentParams.TextDocument
3 writes to TextDocument
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (1)
Formatting\FormatDocumentOnTypeTests.cs (1)
192TextDocument = CreateTextDocumentIdentifier(locationTyped.DocumentUri),
Microsoft.VisualStudio.LanguageServices.Razor.UnitTests (2)
Cohost\CohostOnTypeFormattingEndpointTest.cs (1)
151TextDocument = new TextDocumentIdentifier() { DocumentUri = document.CreateDocumentUri() },
Cohost\Formatting\FormattingTestBase.cs (1)
72TextDocument = new TextDocumentIdentifier() { DocumentUri = document.CreateDocumentUri() },
3 references to TextDocument
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\Formatting\FormatDocumentOnTypeHandler.cs (1)
37public TextDocumentIdentifier GetTextDocumentIdentifier(DocumentOnTypeFormattingParams request) => request.TextDocument;
Microsoft.VisualStudio.LanguageServices.Razor (1)
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\Formatting\CohostOnTypeFormattingEndpoint.cs (1)
63=> request.TextDocument.ToRazorTextDocumentIdentifier();
Microsoft.VisualStudioCode.RazorExtension (1)
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\Formatting\CohostOnTypeFormattingEndpoint.cs (1)
63=> request.TextDocument.ToRazorTextDocumentIdentifier();