1 write to _path
Microsoft.CodeAnalysis.Test.Utilities (1)
TempFiles\TempDirectory.cs (1)
28_path = path;
6 references to _path
Microsoft.CodeAnalysis.Test.Utilities (6)
TempFiles\TempDirectory.cs (6)
51get { return _path; } 60string filePath = System.IO.Path.Combine(_path, name); 70string filePath = System.IO.Path.Combine(_path, name); 80string filePath = System.IO.Path.Combine(_path, name ?? System.IO.Path.GetFileName(originalPath)); 91string dirPath = System.IO.Path.Combine(_path, name); 98return _path;