19 references to StringKeyword
Microsoft.CodeAnalysis.CSharp (8)
_generated\0\Syntax.xml.Main.Generated.cs (1)
2362case SyntaxKind.StringKeyword:
_generated\1\Syntax.xml.Internal.Generated.cs (2)
28673case SyntaxKind.StringKeyword: 34100case SyntaxKind.StringKeyword:
Parser\LanguageParser.cs (1)
2460case SyntaxKind.StringKeyword:
Syntax\SyntaxKindExtensions.cs (1)
41case SyntaxKind.StringKeyword:
Syntax\SyntaxKindFacts.cs (3)
332case SyntaxKind.StringKeyword: 907return SyntaxKind.StringKeyword; 1608case SyntaxKind.StringKeyword:
Microsoft.CodeAnalysis.CSharp.CodeStyle (2)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\CodeGeneration\CSharpSyntaxTokens.cs (1)
97public static readonly SyntaxToken StringKeyword = Token(SyntaxKind.StringKeyword);
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
338SyntaxKind.StringKeyword => PredefinedType.String,
Microsoft.CodeAnalysis.CSharp.Features (1)
Completion\KeywordRecommenders\StringKeywordRecommender.cs (1)
14internal sealed class StringKeywordRecommender() : AbstractSpecialTypePreselectingKeywordRecommender(SyntaxKind.StringKeyword)
Microsoft.CodeAnalysis.CSharp.Workspaces (4)
FindSymbols\CSharpDeclaredSymbolInfoFactoryService.cs (1)
724SyntaxKind.StringKeyword => "String",
Simplification\Simplifiers\AbstractCSharpSimplifier.cs (1)
53SpecialType.System_String => SyntaxKind.StringKeyword,
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\CodeGeneration\CSharpSyntaxTokens.cs (1)
97public static readonly SyntaxToken StringKeyword = Token(SyntaxKind.StringKeyword);
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
338SyntaxKind.StringKeyword => PredefinedType.String,
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Legacy\NativeCSharpTokenizer.cs (1)
85CSharpSyntaxKind.StringKeyword,
Microsoft.Interop.JavaScript.JSImportGenerator (1)
JSManagedTypeInfo.cs (1)
93Syntax = SyntaxFactory.PredefinedType(SyntaxFactory.Token(SyntaxKind.StringKeyword))
Roslyn.Diagnostics.CSharp.Analyzers (2)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\CodeGeneration\CSharpSyntaxTokens.cs (1)
97public static readonly SyntaxToken StringKeyword = Token(SyntaxKind.StringKeyword);
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
338SyntaxKind.StringKeyword => PredefinedType.String,