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