1 write to _fullPath
Microsoft.ML.Core (1)
Data\IFileHandle.cs (1)
73
_fullPath
= Path.GetFullPath(path);
3 references to _fullPath
Microsoft.ML.Core (3)
Data\IFileHandle.cs (3)
140
File.Delete(
_fullPath
);
167
_streamWrite = new FileStream(
_fullPath
, FileMode.Create, FileAccess.Write);
192
var stream = new FileStream(
_fullPath
, FileMode.Open, FileAccess.Read, FileShare.Read);