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