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)
373Contracts.CheckDecode(_text.Length == (_boundaries[_entries] & LengthMask)); 387value = _text.AsMemory().Slice(start, (b & LengthMask) - start);