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