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