1 implementation of FileOrDirectoryExists
MSBuildTaskHost (1)
FileSystem\MSBuildTaskHostFileSystem.cs (1)
21
public bool
FileOrDirectoryExists
(string path)
2 references to FileOrDirectoryExists
MSBuildTaskHost (2)
FileUtilities.cs (2)
1049
? FileExistenceCache.GetOrAdd(fullPath, fullPath => fileSystem.
FileOrDirectoryExists
(fullPath))
1050
: fileSystem.
FileOrDirectoryExists
(fullPath);