7 references to DirectoryExists
Microsoft.Build.Tasks.Core (6)
AssemblyDependency\ReferenceTable.cs (2)
86private readonly DirectoryExists _directoryExists; 263DirectoryExists directoryExists,
AssemblyDependency\ResolveAssemblyReference.cs (1)
2140DirectoryExists directoryExists,
SystemState.cs (3)
103private DirectoryExists directoryExists; 331public DirectoryExists CacheDelegate(DirectoryExists directoryExistsValue)
Microsoft.Build.Tasks.UnitTests (1)
AssemblyDependency\ResolveAssemblyReferenceTestFixture.cs (1)
31internal static Microsoft.Build.Shared.DirectoryExists directoryExists = new Microsoft.Build.Shared.DirectoryExists(DirectoryExists);