4 references to Int64
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
CSharpSyntaxFacts.cs (1)
338SyntaxKind.LongKeyword => PredefinedType.Int64,
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
VisualBasicSyntaxFacts.vb (1)
343Return PredefinedType.Int64
Microsoft.CodeAnalysis.Workspaces (2)
J\s\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Extensions\SpecialTypeExtensions.cs\SpecialTypeExtensions.cs (1)
24SpecialType.System_Int64 => PredefinedType.Int64,
PredefinedTypeExtensions.cs (1)
24PredefinedType.Int64 => SpecialType.System_Int64,