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