4 references to Character
Microsoft.CodeAnalysis.LanguageServer.Protocol (4)
Handler\Formatting\FormatDocumentOnTypeHandler.cs (3)
46
if (string.IsNullOrEmpty(request.
Character
))
56
if (!formattingService.ShouldFormatOnTypedCharacter(documentSyntax, request.
Character
[0], position, cancellationToken))
74
if (SyntaxFacts.IsNewLine(request.
Character
[0]))
Protocol\DocumentOnTypeFormattingParams.cs (1)
28
/// by the <see cref="
Character
"/> property got typed.