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