7 references to DirectoryExistsNoThrow
Microsoft.Build.Utilities.Core (4)
ToolLocationHelper.cs (4)
660if (FileUtilities.DirectoryExistsNoThrow(legacyWindowsMetadataLocation)) 2422if (FileUtilities.DirectoryExistsNoThrow(referenceAssemblyPath)) 2817if (FileUtilities.DirectoryExistsNoThrow(directoryName)) 2930diskRoots.RemoveAll(x => !FileUtilities.DirectoryExistsNoThrow(x));
Microsoft.Build.Utilities.UnitTests (3)
PlatformManifest_Tests.cs (1)
333if (FileUtilities.DirectoryExistsNoThrow(_manifestDirectory))
ToolLocationHelper_Tests.cs (2)
2946if (FileUtilities.DirectoryExistsNoThrow(_fakeStructureRoot)) 2954if (FileUtilities.DirectoryExistsNoThrow(_fakeStructureRoot2))