1 instantiation of DocumentOnTypeFormattingParams
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (1)
Formatting\FormatDocumentOnTypeTests.cs (1)
188=> new()
6 references to DocumentOnTypeFormattingParams
Microsoft.CodeAnalysis.LanguageServer.Protocol (4)
Handler\Formatting\FormatDocumentOnTypeHandler.cs (3)
23internal sealed class FormatDocumentOnTypeHandler : ILspServiceDocumentRequestHandler<DocumentOnTypeFormattingParams, TextEdit[]?> 37public TextDocumentIdentifier GetTextDocumentIdentifier(DocumentOnTypeFormattingParams request) => request.TextDocument; 40DocumentOnTypeFormattingParams request,
Protocol\Methods.Document.cs (1)
564public static readonly LspRequest<DocumentOnTypeFormattingParams, TextEdit[]?> TextDocumentOnTypeFormatting = new(TextDocumentOnTypeFormattingName);
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (2)
Formatting\FormatDocumentOnTypeTests.cs (2)
175var results = await testLspServer.ExecuteRequestAsync<LSP.DocumentOnTypeFormattingParams, LSP.TextEdit[]>( 183private static LSP.DocumentOnTypeFormattingParams CreateDocumentOnTypeFormattingParams(