7 references to DefaultFileSystem
MSBuildTaskHost (7)
FileUtilities.cs (7)
220
if (
DefaultFileSystem
.DirectoryExists(cacheDirectory))
956
if (
DefaultFileSystem
.DirectoryExists(path))
1060
fileSystem ??=
DefaultFileSystem
;
1084
fileSystem ??=
DefaultFileSystem
;
1108
fileSystem ??=
DefaultFileSystem
;
1502
fileSystem ??=
DefaultFileSystem
;
1557
if (!string.IsNullOrEmpty(directoryPath) && !
DefaultFileSystem
.DirectoryExists(directoryPath))