2 writes to CurrencyDecimalSeparator
Microsoft.VisualBasic.Core (2)
Microsoft\VisualBasic\CompilerServices\Conversions.vb (1)
1573
.
CurrencyDecimalSeparator
= .NumberDecimalSeparator
Microsoft\VisualBasic\CompilerServices\DecimalType.vb (1)
197
.
CurrencyDecimalSeparator
= .NumberDecimalSeparator
15 references to CurrencyDecimalSeparator
Microsoft.VisualBasic.Core (14)
Microsoft\VisualBasic\CompilerServices\Conversions.vb (7)
1531
If (Not .
CurrencyDecimalSeparator
Is Nothing) AndAlso
1535
(.
CurrencyDecimalSeparator
.Length = 1) AndAlso
1539
(.
CurrencyDecimalSeparator
.Chars(0) = .NumberDecimalSeparator.Chars(0)) AndAlso
1547
If (Not .
CurrencyDecimalSeparator
Is Nothing) AndAlso
1549
(.
CurrencyDecimalSeparator
.Length = .NumberDecimalSeparator.Length) AndAlso
1555
For i = 0 To .
CurrencyDecimalSeparator
.Length - 1
1556
If (.
CurrencyDecimalSeparator
.Chars(i) <> .NumberDecimalSeparator.Chars(i)) Then GoTo MisMatch
Microsoft\VisualBasic\CompilerServices\DecimalType.vb (7)
154
If (Not .
CurrencyDecimalSeparator
Is Nothing) AndAlso
158
(.
CurrencyDecimalSeparator
.Length = 1) AndAlso
162
(.
CurrencyDecimalSeparator
.Chars(0) = .NumberDecimalSeparator.Chars(0)) AndAlso
171
If (Not .
CurrencyDecimalSeparator
Is Nothing) AndAlso
173
(.
CurrencyDecimalSeparator
.Length = .NumberDecimalSeparator.Length) AndAlso
179
For i = 0 To .
CurrencyDecimalSeparator
.Length - 1
180
If (.
CurrencyDecimalSeparator
.Chars(i) <> .NumberDecimalSeparator.Chars(i)) Then GoTo MisMatch
System.Runtime.Numerics (1)
System\Number.Polyfill.cs (1)
125
return MemoryMarshal.Cast<char, TChar>(info.
CurrencyDecimalSeparator
);