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)
88
public bool CanWrite => !
_wrote
&& !IsDisposed;
90
public bool CanRead =>
_wrote
&& !IsDisposed;
163
if (
_wrote
)
179
if (!
_wrote
)