5 references to DirectoryExistsNoThrow
Microsoft.Build (3)
BackEnd\Components\SdkResolution\DefaultSdkResolver.cs (1)
35return FileUtilities.DirectoryExistsNoThrow(sdkPath)
BackEnd\Components\SdkResolution\SdkResolverLoader.cs (2)
109if ((string.IsNullOrEmpty(rootFolder) || !FileUtilities.DirectoryExistsNoThrow(rootFolder)) && AdditionalResolversFolder == null) 152if (!string.IsNullOrEmpty(rootFolder) && FileUtilities.DirectoryExistsNoThrow(rootFolder))
Microsoft.Build.Engine.UnitTests (2)
ConsoleLogger_Tests.cs (2)
382if (FileUtilities.DirectoryExistsNoThrow(tempProjectDir)) 398if (FileUtilities.DirectoryExistsNoThrow(tempProjectDir))