1 write to _testDirectoryRoot
dotnet.Tests (1)
ToolManifestTests\ToolManifestEditorTests.cs (1)
23
_testDirectoryRoot
= _fileSystem.Directory.CreateTemporaryDirectory().DirectoryPath;
12 references to _testDirectoryRoot
dotnet.Tests (12)
ToolManifestTests\ToolManifestEditorTests.cs (12)
29
string manifestFile = Path.Combine(
_testDirectoryRoot
, _manifestFilename);
72
string manifestFile = Path.Combine(
_testDirectoryRoot
, _manifestFilename);
100
string manifestFile = Path.Combine(
_testDirectoryRoot
, _manifestFilename);
128
string manifestFile = Path.Combine(
_testDirectoryRoot
, _manifestFilename);
148
string manifestFile = Path.Combine(
_testDirectoryRoot
, _manifestFilename);
172
string manifestFile = Path.Combine(
_testDirectoryRoot
, _manifestFilename);
178
toolManifestFileEditor.Read(new FilePath(manifestFile), new DirectoryPath(
_testDirectoryRoot
));
186
string manifestFile = Path.Combine(
_testDirectoryRoot
, _manifestFilename);
213
string manifestFile = Path.Combine(
_testDirectoryRoot
, _manifestFilename);
232
string manifestFile = Path.Combine(
_testDirectoryRoot
, _manifestFilename);
253
string manifestFile = Path.Combine(
_testDirectoryRoot
, _manifestFilename);
271
string manifestFile = Path.Combine(
_testDirectoryRoot
, _manifestFilename);