23 references to Period
System.Private.CoreLib (23)
src\libraries\System.Private.CoreLib\src\System\Buffers\Text\Utf8Parser\Utf8Parser.Date.O.cs (1)
167if (source[19] != Utf8Constants.Period)
src\libraries\System.Private.CoreLib\src\System\Buffers\Text\Utf8Parser\Utf8Parser.Integer.Signed.N.cs (8)
37if (c == Utf8Constants.Period) 53if (c == Utf8Constants.Period) 129if (c == Utf8Constants.Period) 145if (c == Utf8Constants.Period) 221if (c == Utf8Constants.Period) 237if (c == Utf8Constants.Period) 316if (c == Utf8Constants.Period) 332if (c == Utf8Constants.Period)
src\libraries\System.Private.CoreLib\src\System\Buffers\Text\Utf8Parser\Utf8Parser.Integer.Unsigned.N.cs (8)
31if (c == Utf8Constants.Period) 47if (c == Utf8Constants.Period) 112if (c == Utf8Constants.Period) 128if (c == Utf8Constants.Period) 193if (c == Utf8Constants.Period) 209if (c == Utf8Constants.Period) 274if (c == Utf8Constants.Period) 290if (c == Utf8Constants.Period)
src\libraries\System.Private.CoreLib\src\System\Buffers\Text\Utf8Parser\Utf8Parser.Number.cs (1)
128if (c == Utf8Constants.Period)
src\libraries\System.Private.CoreLib\src\System\Buffers\Text\Utf8Parser\Utf8Parser.TimeSpan.BigG.cs (2)
93if (srcIndex == source.Length || source[srcIndex++] != Utf8Constants.Period) 120if (srcIndex != source.Length && (source[srcIndex] == Utf8Constants.Period || source[srcIndex] == Utf8Constants.Colon))
src\libraries\System.Private.CoreLib\src\System\Buffers\Text\Utf8Parser\Utf8Parser.TimeSpanSplitter.cs (3)
166if (srcIndex != source.Length && (source[srcIndex] == Utf8Constants.Period || source[srcIndex] == Utf8Constants.Colon)) 188if (c == Utf8Constants.Colon || (c == Utf8Constants.Period && neverParseAsFraction)) 201else if (c == Utf8Constants.Period)