2 writes to _wrote
Microsoft.ML.Core (2)
Data\IFileHandle.cs (2)
78_wrote = !needsWrite; 168_wrote = true;
4 references to _wrote
Microsoft.ML.Core (4)
Data\IFileHandle.cs (4)
88public bool CanWrite => !_wrote && !IsDisposed; 90public bool CanRead => _wrote && !IsDisposed; 163if (_wrote) 179if (!_wrote)