11 references to DirectoryExists
Microsoft.Build (2)
Definition\Toolset.cs (2)
124private readonly DirectoryExists _directoryExists; 294internal 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)
825DirectoryExists directoryExists,
Microsoft.Build.Tasks.Core (6)
AssemblyDependency\ReferenceTable.cs (2)
97private readonly DirectoryExists _directoryExists; 285DirectoryExists directoryExists,
AssemblyDependency\ResolveAssemblyReference.cs (1)
2193DirectoryExists directoryExists,
SystemState.cs (3)
103private DirectoryExists directoryExists; 329public DirectoryExists CacheDelegate(DirectoryExists directoryExistsValue)
Microsoft.Build.Tasks.UnitTests (2)
AssemblyDependency\Miscellaneous.cs (1)
3410Microsoft.Build.Shared.DirectoryExists directoryExists = new Microsoft.Build.Shared.DirectoryExists(DirectoryExists);
AssemblyDependency\ResolveAssemblyReferenceTestFixture.cs (1)
30internal static Microsoft.Build.Shared.DirectoryExists directoryExists = new Microsoft.Build.Shared.DirectoryExists(DirectoryExists);