7 references to DefaultFileSystem
MSBuildTaskHost (7)
FileUtilities.cs (7)
220
if (
DefaultFileSystem
.DirectoryExists(cacheDirectory))
927
if (
DefaultFileSystem
.DirectoryExists(path))
1031
fileSystem ??=
DefaultFileSystem
;
1055
fileSystem ??=
DefaultFileSystem
;
1079
fileSystem ??=
DefaultFileSystem
;
1473
fileSystem ??=
DefaultFileSystem
;
1528
if (!string.IsNullOrEmpty(directoryPath) && !
DefaultFileSystem
.DirectoryExists(directoryPath))