6 references to g
System.Private.CoreLib (6)
src\libraries\System.Private.CoreLib\src\System\Buffers\Text\Utf8Formatter\Utf8Formatter.TimeSpan.cs (1)
41
sf = TimeSpanFormat.StandardFormat.
g
;
src\libraries\System.Private.CoreLib\src\System\Globalization\TimeSpanFormat.cs (5)
37
return FormatG(value, DateTimeFormatInfo.GetInstance(formatProvider), c == 'G' ? StandardFormat.G : StandardFormat.
g
);
70
c == 'g' ? StandardFormat.
g
:
111
Debug.Assert(format == StandardFormat.C || format == StandardFormat.G || format == StandardFormat.
g
);
167
Debug.Assert(format == StandardFormat.
g
);
205
if (format == StandardFormat.
g
&& hours < 10)