2 writes to CurrencyGroupSeparator
Microsoft.VisualBasic.Core (2)
Microsoft\VisualBasic\CompilerServices\Conversions.vb (1)
1574.CurrencyGroupSeparator = .NumberGroupSeparator
Microsoft\VisualBasic\CompilerServices\DecimalType.vb (1)
198.CurrencyGroupSeparator = .NumberGroupSeparator
15 references to CurrencyGroupSeparator
Microsoft.VisualBasic.Core (14)
Microsoft\VisualBasic\CompilerServices\Conversions.vb (7)
1533(Not .CurrencyGroupSeparator Is Nothing) AndAlso 1537(.CurrencyGroupSeparator.Length = 1) AndAlso 1540(.CurrencyGroupSeparator.Chars(0) = .NumberGroupSeparator.Chars(0)) AndAlso 1550(Not .CurrencyGroupSeparator Is Nothing) AndAlso 1552(.CurrencyGroupSeparator.Length = .NumberGroupSeparator.Length) Then 1559For i = 0 To .CurrencyGroupSeparator.Length - 1 1560If (.CurrencyGroupSeparator.Chars(i) <> .NumberGroupSeparator.Chars(i)) Then GoTo MisMatch
Microsoft\VisualBasic\CompilerServices\DecimalType.vb (7)
156(Not .CurrencyGroupSeparator Is Nothing) AndAlso 160(.CurrencyGroupSeparator.Length = 1) AndAlso 163(.CurrencyGroupSeparator.Chars(0) = .NumberGroupSeparator.Chars(0)) AndAlso 174(Not .CurrencyGroupSeparator Is Nothing) AndAlso 176(.CurrencyGroupSeparator.Length = .NumberGroupSeparator.Length) Then 183For i = 0 To .CurrencyGroupSeparator.Length - 1 184If (.CurrencyGroupSeparator.Chars(i) <> .NumberGroupSeparator.Chars(i)) Then GoTo MisMatch
System.Runtime.Numerics (1)
System\Number.Polyfill.cs (1)
133return MemoryMarshal.Cast<char, TChar>(info.CurrencyGroupSeparator);