3 references to TryParseCore
Microsoft.ML.Data (3)
Data\Conversion.cs (3)
1038return TryParseCore(src.Span, out dst); 1166if (!TryParseCore(span, out uu)) 1341if (span.Length == 1 || !TryParseCore(span.Slice(1), out val) || (val > ((ulong)max + 1)))