15 references to Colon
System.Private.CoreLib (15)
src\libraries\System.Private.CoreLib\src\System\Buffers\Text\Utf8Parser\Utf8Parser.Date.Default.cs (1)
62
if (source[23] != Utf8Constants.
Colon
)
src\libraries\System.Private.CoreLib\src\System\Buffers\Text\Utf8Parser\Utf8Parser.Date.G.cs (2)
115
if (source[13] != Utf8Constants.
Colon
)
139
if (source[16] != Utf8Constants.
Colon
)
src\libraries\System.Private.CoreLib\src\System\Buffers\Text\Utf8Parser\Utf8Parser.Date.O.cs (3)
119
if (source[13] != Utf8Constants.
Colon
)
143
if (source[16] != Utf8Constants.
Colon
)
252
if (source[30] != Utf8Constants.
Colon
)
src\libraries\System.Private.CoreLib\src\System\Buffers\Text\Utf8Parser\Utf8Parser.Date.R.cs (2)
143
if (source[19] != Utf8Constants.
Colon
)
165
if (source[22] != Utf8Constants.
Colon
)
src\libraries\System.Private.CoreLib\src\System\Buffers\Text\Utf8Parser\Utf8Parser.TimeSpan.BigG.cs (4)
48
if (srcIndex == source.Length || source[srcIndex++] != Utf8Constants.
Colon
)
63
if (srcIndex == source.Length || source[srcIndex++] != Utf8Constants.
Colon
)
78
if (srcIndex == source.Length || source[srcIndex++] != Utf8Constants.
Colon
)
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))
199
return c == Utf8Constants.
Colon
? ComponentParseResult.Colon : ComponentParseResult.Period;