2 references to ToUInt64
Microsoft.CodeAnalysis.CSharp.Features (1)
ReverseForStatement\CSharpReverseForStatementCodeRefactoringProvider.cs (1)
107
=> valueOpt.HasValue && IsIntegral(valueOpt.Value) &&
ToUInt64
(valueOpt.Value) == value;
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
CodeGeneration\ExpressionGenerator.vb (1)
210
IntegerUtilities.
ToUInt64
(nonNegativeValue)))