2 implementations of CharacterLiteralExpression
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
CSharpSyntaxKinds.cs (1)
72public int CharacterLiteralExpression => (int)SyntaxKind.CharacterLiteralExpression;
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (1)
VisualBasicSyntaxKinds.vb (1)
75Public ReadOnly Property CharacterLiteralExpression As Integer = SyntaxKind.CharacterLiteralExpression Implements ISyntaxKinds.CharacterLiteralExpression
2 references to CharacterLiteralExpression
Microsoft.CodeAnalysis.CodeStyle (1)
ISyntaxFactsExtensions.cs (1)
743=> node?.RawKind == syntaxFacts.SyntaxKinds.CharacterLiteralExpression;
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (1)
VisualBasicSyntaxKinds.vb (1)
75Public ReadOnly Property CharacterLiteralExpression As Integer = SyntaxKind.CharacterLiteralExpression Implements ISyntaxKinds.CharacterLiteralExpression