19 references to CharKeyword
Microsoft.CodeAnalysis.CSharp (5)
Parser\LanguageParser.cs (1)
1990case SyntaxKind.CharKeyword:
Syntax\SyntaxKindExtensions.cs (1)
43case SyntaxKind.CharKeyword:
Syntax\SyntaxKindFacts.cs (3)
304case SyntaxKind.CharKeyword: 851return SyntaxKind.CharKeyword; 1491case SyntaxKind.CharKeyword:
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
CSharpSyntaxFacts.cs (1)
344SyntaxKind.CharKeyword => PredefinedType.Char,
Microsoft.CodeAnalysis.CSharp.Features (1)
Completion\KeywordRecommenders\CharKeywordRecommender.cs (1)
17: base(SyntaxKind.CharKeyword)
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (8)
Parsing\DeclarationParsingTests.cs (6)
2090TestDelegateWithBuiltInReturnType(SyntaxKind.CharKeyword); 2136TestDelegateWithBuiltInParameterType(SyntaxKind.CharKeyword); 3229TestClassMethodWithBuiltInReturnType(SyntaxKind.CharKeyword); 3294TestClassMethodWithBuiltInParameterType(SyntaxKind.CharKeyword); 3652TestClassFieldWithBuiltInType(SyntaxKind.CharKeyword); 4281TestClassPropertyWithBuiltInType(SyntaxKind.CharKeyword);
Parsing\PatternParsingTests.cs (2)
9872N(SyntaxKind.CharKeyword); 11511N(SyntaxKind.CharKeyword);
Microsoft.CodeAnalysis.CSharp.Workspaces (4)
CodeGeneration\CSharpSyntaxGenerator.cs (1)
3448SpecialType.System_Char => SyntaxFactory.PredefinedType(SyntaxFactory.Token(SyntaxKind.CharKeyword)),
CSharpSyntaxFacts.cs (1)
344SyntaxKind.CharKeyword => PredefinedType.Char,
FindSymbols\CSharpDeclaredSymbolInfoFactoryService.cs (1)
765SyntaxKind.CharKeyword => "Char",
Simplification\Simplifiers\AbstractCSharpSimplifier.cs (1)
56SpecialType.System_Char => SyntaxKind.CharKeyword,