26 references to IntKeyword
Microsoft.CodeAnalysis.CSharp (8)
_generated\0\Syntax.xml.Main.Generated.cs (1)
2353case SyntaxKind.IntKeyword:
_generated\1\Syntax.xml.Internal.Generated.cs (2)
28664case SyntaxKind.IntKeyword: 34091case SyntaxKind.IntKeyword:
Parser\LanguageParser.cs (1)
2445case SyntaxKind.IntKeyword:
Syntax\SyntaxKindExtensions.cs (1)
27case SyntaxKind.IntKeyword:
Syntax\SyntaxKindFacts.cs (3)
323case SyntaxKind.IntKeyword: 893return SyntaxKind.IntKeyword; 1594case SyntaxKind.IntKeyword:
Microsoft.CodeAnalysis.CSharp.CodeStyle (2)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\CodeGeneration\CSharpSyntaxTokens.cs (1)
58public static readonly SyntaxToken IntKeyword = Token(SyntaxKind.IntKeyword);
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
329SyntaxKind.IntKeyword => PredefinedType.Int32,
Microsoft.CodeAnalysis.CSharp.Features (1)
Completion\KeywordRecommenders\IntKeywordRecommender.cs (1)
14internal sealed class IntKeywordRecommender() : AbstractSpecialTypePreselectingKeywordRecommender(SyntaxKind.IntKeyword)
Microsoft.CodeAnalysis.CSharp.Workspaces (4)
FindSymbols\CSharpDeclaredSymbolInfoFactoryService.cs (1)
717SyntaxKind.IntKeyword => "Int32",
Simplification\Simplifiers\AbstractCSharpSimplifier.cs (1)
44SpecialType.System_Int32 => SyntaxKind.IntKeyword,
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\CodeGeneration\CSharpSyntaxTokens.cs (1)
58public static readonly SyntaxToken IntKeyword = Token(SyntaxKind.IntKeyword);
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
329SyntaxKind.IntKeyword => PredefinedType.Int32,
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Legacy\NativeCSharpTokenizer.cs (1)
95CSharpSyntaxKind.IntKeyword,
Microsoft.Interop.ComInterfaceGenerator (1)
Marshallers\IidParameterIndexMarshallerResolver.cs (1)
82VariableDeclaration(PredefinedType(Token(SyntaxKind.IntKeyword)))
Microsoft.Interop.JavaScript.JSImportGenerator (1)
JSManagedTypeInfo.cs (1)
47Syntax = SyntaxFactory.PredefinedType(SyntaxFactory.Token(SyntaxKind.IntKeyword))
Microsoft.Interop.SourceGeneration (6)
ManagedToNativeStubGenerator.cs (1)
121PredefinedType(Token(SyntaxKind.IntKeyword)),
Marshalling\ElementsMarshalling.cs (2)
84PredefinedType(Token(SyntaxKind.IntKeyword)), 616PredefinedType(Token(SyntaxKind.IntKeyword)),
Marshalling\StatefulMarshallingStrategy.cs (1)
402PredefinedType(Token(SyntaxKind.IntKeyword)),
Marshalling\StatelessMarshallingStrategy.cs (1)
424PredefinedType(Token(SyntaxKind.IntKeyword)),
Utils\SyntaxFactoryExtensions.cs (1)
122Token(SyntaxKind.IntKeyword)))
Roslyn.Diagnostics.CSharp.Analyzers (2)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\CodeGeneration\CSharpSyntaxTokens.cs (1)
58public static readonly SyntaxToken IntKeyword = Token(SyntaxKind.IntKeyword);
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
329SyntaxKind.IntKeyword => PredefinedType.Int32,