25 writes to ProjectDirectory
dotnet (1)
CommandFactory\CommandResolver.cs (1)
47
ProjectDirectory
= currentWorkingDirectory ?? Directory.GetCurrentDirectory(),
dotnet.Tests (24)
CommandFactoryTests\GivenAProjectDependencyCommandResolver.cs (4)
44
ProjectDirectory
= testAsset.Path,
79
ProjectDirectory
= testAsset.Path,
110
ProjectDirectory
= testAsset.Path,
141
ProjectDirectory
= testAsset.Path,
CommandFactoryTests\GivenAProjectPathCommandResolver.cs (10)
24
ProjectDirectory
= "/some/directory"
41
ProjectDirectory
= null
58
ProjectDirectory
= s_testProjectDirectory
79
ProjectDirectory
= s_testProjectDirectory
99
ProjectDirectory
= s_testProjectDirectory
123
ProjectDirectory
= s_testProjectDirectory
148
ProjectDirectory
= extensionTestDir,
173
ProjectDirectory
= s_testProjectDirectory
197
ProjectDirectory
= s_testProjectDirectory
223
ProjectDirectory
= s_testProjectDirectory
CommandFactoryTests\GivenAProjectToolsCommandResolver.cs (10)
36
ProjectDirectory
= "/some/directory"
53
ProjectDirectory
= null
72
ProjectDirectory
= projectDirectory.Path
96
ProjectDirectory
= testInstance.Path
120
ProjectDirectory
= testInstance.Path
150
ProjectDirectory
= testInstance.Path
175
ProjectDirectory
= testInstance.Path
202
ProjectDirectory
= testInstance.Path
230
ProjectDirectory
= testInstance.Path
313
ProjectDirectory
= testInstance.Path
8 references to ProjectDirectory
dotnet (8)
CommandFactory\CommandResolution\OutputPathCommandResolver.cs (2)
18
|| commandResolverArguments.
ProjectDirectory
== null
26
commandResolverArguments.
ProjectDirectory
,
CommandFactory\CommandResolution\ProjectDependenciesCommandResolver.cs (2)
46
|| commandResolverArguments.
ProjectDirectory
== null
58
commandResolverArguments.
ProjectDirectory
,
CommandFactory\CommandResolution\ProjectPathCommandResolver.cs (2)
16
if (commandResolverArguments.
ProjectDirectory
== null)
22
commandResolverArguments.
ProjectDirectory
,
CommandFactory\CommandResolution\ProjectToolsCommandResolver.cs (2)
29
|| commandResolverArguments.
ProjectDirectory
== null)
46
commandResolverArguments.
ProjectDirectory
,