1 implementation of FileExists
MSBuildTaskHost (1)
FileSystem\MSBuildTaskHostFileSystem.cs (1)
78
public bool
FileExists
(string path)
9 references to FileExists
MSBuildTaskHost (9)
BuildEnvironmentHelper.cs (3)
214
if (FileSystems.Default.
FileExists
(msBuildExe))
218
else if (FileSystems.Default.
FileExists
(msBuildDll))
342
if (!string.IsNullOrEmpty(msBuildExePath) && FileSystems.Default.
FileExists
(msBuildExePath))
FileUtilities.cs (3)
1025
? FileExistenceCache.GetOrAdd(fullPath, fullPath => fileSystem.
FileExists
(fullPath))
1026
: fileSystem.
FileExists
(fullPath);
1453
if (fileSystem.
FileExists
(possibleFileDirectory))
Modifiers.cs (2)
528
if (FileSystems.Default.
FileExists
(unescapedItemSpec))
544
if (FileSystems.Default.
FileExists
(unescapedItemSpec))
TaskEngineAssemblyResolver.cs (1)
106
if (FileSystems.Default.
FileExists
(_taskAssemblyFile))