6 references to DirectoryExistsNoThrow
Microsoft.Build (4)
BackEnd\Components\SdkResolution\DefaultSdkResolver.cs (1)
35return FileUtilities.DirectoryExistsNoThrow(sdkPath)
BackEnd\Components\SdkResolution\SdkResolverLoader.cs (2)
108if ((string.IsNullOrEmpty(rootFolder) || !FileUtilities.DirectoryExistsNoThrow(rootFolder)) && AdditionalResolversFolder == null) 140if (!string.IsNullOrEmpty(rootFolder) && FileUtilities.DirectoryExistsNoThrow(rootFolder))
Evaluation\IntrinsicFunctions.cs (1)
559return FileUtilities.DirectoryExistsNoThrow(path);
Microsoft.Build.Engine.UnitTests (2)
ConsoleLogger_Tests.cs (2)
380if (FileUtilities.DirectoryExistsNoThrow(tempProjectDir)) 396if (FileUtilities.DirectoryExistsNoThrow(tempProjectDir))