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