25 references to CharKeyword
Microsoft.CodeAnalysis.CSharp (5)
Parser\LanguageParser.cs (1)
2305case SyntaxKind.CharKeyword:
Syntax\SyntaxKindExtensions.cs (1)
43case SyntaxKind.CharKeyword:
Syntax\SyntaxKindFacts.cs (3)
332case SyntaxKind.CharKeyword: 879return SyntaxKind.CharKeyword; 1527case SyntaxKind.CharKeyword:
Microsoft.CodeAnalysis.CSharp.CodeStyle (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\CodeGeneration\CSharpSyntaxTokens.cs (1)
17public static readonly SyntaxToken CharKeyword = Token(SyntaxKind.CharKeyword);
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
340SyntaxKind.CharKeyword => PredefinedType.Char,
Microsoft.CodeAnalysis.CSharp.Features (1)
Completion\KeywordRecommenders\CharKeywordRecommender.cs (1)
17: base(SyntaxKind.CharKeyword)
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (10)
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)
9833N(SyntaxKind.CharKeyword); 11472N(SyntaxKind.CharKeyword);
Parsing\PatternParsingTests_ListPatterns.cs (2)
1567N(SyntaxKind.CharKeyword); 1592N(SyntaxKind.CharKeyword);
Microsoft.CodeAnalysis.CSharp.Workspaces (4)
FindSymbols\CSharpDeclaredSymbolInfoFactoryService.cs (1)
764SyntaxKind.CharKeyword => "Char",
Simplification\Simplifiers\AbstractCSharpSimplifier.cs (1)
54SpecialType.System_Char => SyntaxKind.CharKeyword,
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\CodeGeneration\CSharpSyntaxTokens.cs (1)
17public static readonly SyntaxToken CharKeyword = Token(SyntaxKind.CharKeyword);
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
340SyntaxKind.CharKeyword => PredefinedType.Char,
Microsoft.Interop.JavaScript.JSImportGenerator (1)
JSManagedTypeInfo.cs (1)
37Syntax = SyntaxFactory.PredefinedType(SyntaxFactory.Token(SyntaxKind.CharKeyword))
Microsoft.Interop.SourceGeneration (2)
Marshalling\CharMarshaller.cs (2)
58PointerType(PredefinedType(Token(SyntaxKind.CharKeyword))), 113Token(SyntaxKind.CharKeyword)),