4 references to UInt64
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
CSharpSyntaxFacts.cs (1)
339SyntaxKind.ULongKeyword => PredefinedType.UInt64,
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
VisualBasicSyntaxFacts.vb (1)
345Return PredefinedType.UInt64
Microsoft.CodeAnalysis.Workspaces (2)
J\s\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Extensions\SpecialTypeExtensions.cs\SpecialTypeExtensions.cs (1)
25SpecialType.System_UInt64 => PredefinedType.UInt64,
PredefinedTypeExtensions.cs (1)
25PredefinedType.UInt64 => SpecialType.System_UInt64,