2 references to CurrencyDecimalSeparatorTChar
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)
46
decSep = info.
CurrencyDecimalSeparatorTChar
<TChar>();