7 references to DirectoryExistsNoThrow
Microsoft.Build.Utilities.Core (4)
ToolLocationHelper.cs (4)
659if (FileUtilities.DirectoryExistsNoThrow(legacyWindowsMetadataLocation)) 2421if (FileUtilities.DirectoryExistsNoThrow(referenceAssemblyPath)) 2816if (FileUtilities.DirectoryExistsNoThrow(directoryName)) 2929diskRoots.RemoveAll(x => !FileUtilities.DirectoryExistsNoThrow(x));
Microsoft.Build.Utilities.UnitTests (3)
PlatformManifest_Tests.cs (1)
333if (FileUtilities.DirectoryExistsNoThrow(_manifestDirectory))
ToolLocationHelper_Tests.cs (2)
2945if (FileUtilities.DirectoryExistsNoThrow(_fakeStructureRoot)) 2953if (FileUtilities.DirectoryExistsNoThrow(_fakeStructureRoot2))