6 references to chZero
Microsoft.VisualBasic.Core (6)
Microsoft\VisualBasic\CompilerServices\Utils.LateBinder.vb (6)
160If c0 = chZero AndAlso c1 = chPeriod Then 164ElseIf (c0 = chHyphen OrElse c0 = chPlus OrElse c0 = chSpace) AndAlso c1 = chZero AndAlso c2 = chPeriod Then 176If (c0 = chZero AndAlso c1 = chPeriod) Then 179ElseIf (c0 = chHyphen OrElse c0 = chPlus OrElse c0 = chSpace) AndAlso c1 = chZero AndAlso c2 = chPeriod Then 191Dim CharZero As Integer = Convert.ToInt32(chZero) 219Dim CharZero As Integer = Convert.ToInt32(chZero)