3 references to ExpandStandardFormatToCustomPattern
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeFormat.cs (2)
1089
format =
ExpandStandardFormatToCustomPattern
(format[0], dtfi);
1193
format =
ExpandStandardFormatToCustomPattern
(format[0], dtfi);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeParse.cs (1)
4088
return DateTimeFormat.
ExpandStandardFormatToCustomPattern
(format, dtfi);