4 references to TextDocumentOnTypeFormattingName
Microsoft.CodeAnalysis.ExternalAccess.Xaml (1)
Internal\ClientCapabilityProvider.cs (1)
48
case LSP.Methods.
TextDocumentOnTypeFormattingName
:
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\Formatting\FormatDocumentOnTypeHandler.cs (1)
22
[Method(Methods.
TextDocumentOnTypeFormattingName
)]
Protocol\Methods.Document.cs (1)
564
public static readonly LspRequest<DocumentOnTypeFormattingParams, TextEdit[]?> TextDocumentOnTypeFormatting = new(
TextDocumentOnTypeFormattingName
);
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (1)
Formatting\FormatDocumentOnTypeTests.cs (1)
176
LSP.Methods.
TextDocumentOnTypeFormattingName
,