1 implementation of IFileSystem
MSBuildTaskHost (1)
FileSystem\MSBuildTaskHostFileSystem.cs (1)
15internal class MSBuildTaskHostFileSystem : IFileSystem
8 references to IFileSystem
MSBuildTaskHost (8)
FileSystems.cs (2)
13public static IFileSystem Default = GetFileSystem(); 15private static IFileSystem GetFileSystem()
FileUtilities.cs (6)
135private static readonly IFileSystem DefaultFileSystem = FileSystems.Default; 1025internal static bool DirectoryExistsNoThrow(string fullPath, IFileSystem fileSystem = null) 1049internal static bool FileExistsNoThrow(string fullPath, IFileSystem fileSystem = null) 1073internal static bool FileOrDirectoryExistsNoThrow(string fullPath, IFileSystem fileSystem = null) 1471internal static string GetDirectoryNameOfFileAbove(string startingDirectory, string fileName, IFileSystem fileSystem = null) 1512internal static string GetPathOfFileAbove(string file, string startingDirectory, IFileSystem fileSystem = null)