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)
140File.Delete(_fullPath); 167_streamWrite = new FileStream(_fullPath, FileMode.Create, FileAccess.Write); 192var stream = new FileStream(_fullPath, FileMode.Open, FileAccess.Read, FileShare.Read);