11 references to DirectoryExists
Microsoft.Build (2)
Definition\Toolset.cs (2)
124
private readonly
DirectoryExists
_directoryExists;
294
internal Toolset(string toolsVersion, string toolsPath, PropertyDictionary<ProjectPropertyInstance> buildProperties, ProjectCollection projectCollection, DirectoryGetFiles getFiles, LoadXmlFromPath loadXmlFromPath, string msbuildOverrideTasksPath,
DirectoryExists
directoryExists)
Microsoft.Build.Framework (1)
Utilities\FrameworkLocationHelper.cs (1)
825
DirectoryExists
directoryExists,
Microsoft.Build.Tasks.Core (6)
AssemblyDependency\ReferenceTable.cs (2)
97
private readonly
DirectoryExists
_directoryExists;
285
DirectoryExists
directoryExists,
AssemblyDependency\ResolveAssemblyReference.cs (1)
2193
DirectoryExists
directoryExists,
SystemState.cs (3)
103
private
DirectoryExists
directoryExists;
329
public
DirectoryExists
CacheDelegate(
DirectoryExists
directoryExistsValue)
Microsoft.Build.Tasks.UnitTests (2)
AssemblyDependency\Miscellaneous.cs (1)
3410
Microsoft.Build.Shared.
DirectoryExists
directoryExists = new Microsoft.Build.Shared.DirectoryExists(DirectoryExists);
AssemblyDependency\ResolveAssemblyReferenceTestFixture.cs (1)
30
internal static Microsoft.Build.Shared.
DirectoryExists
directoryExists = new Microsoft.Build.Shared.DirectoryExists(DirectoryExists);