2 references to SpanStartsWith
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Number.Parsing.cs (2)
1073
if (info.AllowHyphenDuringParsing() &&
SpanStartsWith
(valueTrim, TChar.CastFrom('-')))
1676
if (info.AllowHyphenDuringParsing() &&
SpanStartsWith
(valueTrim, TChar.CastFrom('-')))