21 references to CharKeyword
Microsoft.CodeAnalysis.CSharp (8)
_generated\0\Syntax.xml.Main.Generated.cs (1)
2363case SyntaxKind.CharKeyword:
_generated\1\Syntax.xml.Internal.Generated.cs (2)
28674case SyntaxKind.CharKeyword: 34101case SyntaxKind.CharKeyword:
Parser\LanguageParser.cs (1)
2434case SyntaxKind.CharKeyword:
Syntax\SyntaxKindExtensions.cs (1)
43case SyntaxKind.CharKeyword:
Syntax\SyntaxKindFacts.cs (3)
333case SyntaxKind.CharKeyword: 909return SyntaxKind.CharKeyword; 1610case SyntaxKind.CharKeyword:
Microsoft.CodeAnalysis.CSharp.CodeStyle (2)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\CodeGeneration\CSharpSyntaxTokens.cs (1)
20public static readonly SyntaxToken CharKeyword = Token(SyntaxKind.CharKeyword);
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
339SyntaxKind.CharKeyword => PredefinedType.Char,
Microsoft.CodeAnalysis.CSharp.Features (1)
Completion\KeywordRecommenders\CharKeywordRecommender.cs (1)
14internal sealed class CharKeywordRecommender() : AbstractSpecialTypePreselectingKeywordRecommender(SyntaxKind.CharKeyword)
Microsoft.CodeAnalysis.CSharp.Workspaces (4)
FindSymbols\CSharpDeclaredSymbolInfoFactoryService.cs (1)
725SyntaxKind.CharKeyword => "Char",
Simplification\Simplifiers\AbstractCSharpSimplifier.cs (1)
54SpecialType.System_Char => SyntaxKind.CharKeyword,
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\CodeGeneration\CSharpSyntaxTokens.cs (1)
20public static readonly SyntaxToken CharKeyword = Token(SyntaxKind.CharKeyword);
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
339SyntaxKind.CharKeyword => PredefinedType.Char,
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Legacy\NativeCSharpTokenizer.cs (1)
88CSharpSyntaxKind.CharKeyword,
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)),
Roslyn.Diagnostics.CSharp.Analyzers (2)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\CodeGeneration\CSharpSyntaxTokens.cs (1)
20public static readonly SyntaxToken CharKeyword = Token(SyntaxKind.CharKeyword);
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
339SyntaxKind.CharKeyword => PredefinedType.Char,