1 write to _text
Microsoft.ML.Data (1)
DataLoadSave\Binary\Codecs.cs (1)
372
_text
= Reader.ReadString();
2 references to _text
Microsoft.ML.Data (2)
DataLoadSave\Binary\Codecs.cs (2)
373
Contracts.CheckDecode(
_text
.Length == (_boundaries[_entries] & LengthMask));
387
value =
_text
.AsMemory().Slice(start, (b & LengthMask) - start);