3 references to ConvertToULong
Microsoft.CodeAnalysis.VisualBasic.Workspaces (3)
CodeCleanup\Providers\ReduceTokensCodeCleanupProvider.vb (3)
281
Return "&H" +
ConvertToULong
(value).ToString("X")
283
Dim val1 As ULong =
ConvertToULong
(value)
286
Dim asLong = CType(
ConvertToULong
(value), Long)