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