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