9 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;
292
DirectoryExists
directoryExists,
AssemblyDependency\ResolveAssemblyReference.cs (1)
2321
DirectoryExists
directoryExists,
SystemState.cs (3)
103
private
DirectoryExists
directoryExists;
334
public
DirectoryExists
CacheDelegate(
DirectoryExists
directoryExistsValue)