7 references to DefaultFileSystem
MSBuildTaskHost (7)
FileUtilities.cs (7)
207
if (
DefaultFileSystem
.DirectoryExists(cacheDirectory))
894
if (
DefaultFileSystem
.DirectoryExists(path))
998
fileSystem ??=
DefaultFileSystem
;
1022
fileSystem ??=
DefaultFileSystem
;
1046
fileSystem ??=
DefaultFileSystem
;
1440
fileSystem ??=
DefaultFileSystem
;
1495
if (!string.IsNullOrEmpty(directoryPath) && !
DefaultFileSystem
.DirectoryExists(directoryPath))