12 references to FileExistsNoThrow
Microsoft.Build (12)
BackEnd\Components\Communications\NodeProviderOutOfProcTaskHost.cs (1)
512
if (FileUtilities.
FileExistsNoThrow
(fullPath))
BackEnd\Components\SdkResolution\SdkResolverLoader.cs (3)
177
if (!string.IsNullOrEmpty(pathToManifest) && !FileUtilities.
FileExistsNoThrow
(pathToManifest))
202
if (string.IsNullOrEmpty(manifest.Path) || !FileUtilities.
FileExistsNoThrow
(manifest.Path))
214
if (string.IsNullOrEmpty(assemblyPath) || !FileUtilities.
FileExistsNoThrow
(assemblyPath))
Evaluation\IntrinsicFunctions.cs (2)
521
return taskHostLocation != null && FileUtilities.
FileExistsNoThrow
(taskHostLocation);
553
return FileUtilities.
FileExistsNoThrow
(path);
Instance\TaskRegistry.cs (6)
382
!FileUtilities.
FileExistsNoThrow
(assemblyFile, fileSystem))
386
if (FileUtilities.
FileExistsNoThrow
(replacedAssemblyFile, fileSystem))
400
!FileUtilities.
FileExistsNoThrow
(s_potentialTasksV4Location, fileSystem) &&
401
FileUtilities.
FileExistsNoThrow
(s_potentialTasksCoreLocation, fileSystem))
408
!FileUtilities.
FileExistsNoThrow
(s_potentialTasksV12Location, fileSystem) &&
409
FileUtilities.
FileExistsNoThrow
(s_potentialTasksCoreLocation, fileSystem))