2 references to CurrencyGroupSeparatorTChar
System.Private.CoreLib (2)
src\libraries\Common\src\System\Number.Formatting.Common.cs (1)
727
FormatFixed(ref vlb, ref number, nMaxDigits, info.CurrencyGroupSizes(), info.CurrencyDecimalSeparatorTChar<TChar>(), info.
CurrencyGroupSeparatorTChar
<TChar>());
src\libraries\Common\src\System\Number.Parsing.Common.cs (1)
47
groupSep = info.
CurrencyGroupSeparatorTChar
<TChar>();