4 references to Int32
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
CSharpSyntaxFacts.cs (1)
334SyntaxKind.IntKeyword => PredefinedType.Int32,
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
VisualBasicSyntaxFacts.vb (1)
335Return PredefinedType.Int32
Microsoft.CodeAnalysis.Workspaces (2)
J\s\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Extensions\SpecialTypeExtensions.cs\SpecialTypeExtensions.cs (1)
22SpecialType.System_Int32 => PredefinedType.Int32,
PredefinedTypeExtensions.cs (1)
22PredefinedType.Int32 => SpecialType.System_Int32,