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)
51
get { return
_path
; }
60
string filePath = System.IO.Path.Combine(
_path
, name);
70
string filePath = System.IO.Path.Combine(
_path
, name);
80
string filePath = System.IO.Path.Combine(
_path
, name ?? System.IO.Path.GetFileName(originalPath));
91
string dirPath = System.IO.Path.Combine(
_path
, name);
98
return
_path
;