3 references to DirectoryExists
Microsoft.Build (3)
Definition\Toolset.cs (2)
181private DirectoryExists _directoryExists = null; 349internal Toolset(string toolsVersion, string toolsPath, PropertyDictionary<ProjectPropertyInstance> buildProperties, ProjectCollection projectCollection, DirectoryGetFiles getFiles, LoadXmlFromPath loadXmlFromPath, string msbuildOverrideTasksPath, DirectoryExists directoryExists)
FrameworkLocationHelper.cs (1)
770DirectoryExists directoryExists,