10 references to FileSystems
MSBuildTaskHost (10)
BuildEnvironmentHelper.cs (5)
214
if (
FileSystems
.Default.FileExists(msBuildExe))
218
else if (
FileSystems
.Default.FileExists(msBuildDll))
274
vsVersion != CurrentVisualStudioVersion || !
FileSystems
.Default.DirectoryExists(vsInstallDir))
299
.Where(i => i.Version.Major == v.Major &&
FileSystems
.Default.DirectoryExists(i.Path))
342
if (!string.IsNullOrEmpty(msBuildExePath) &&
FileSystems
.Default.FileExists(msBuildExePath))
ExceptionHandling.cs (1)
391
IEnumerable<string> files =
FileSystems
.Default.EnumerateFiles(DebugDumpPath, "MSBuild*failure.txt");
FileUtilities.cs (1)
122
private static readonly IFileSystem DefaultFileSystem =
FileSystems
.Default;
Modifiers.cs (2)
528
if (
FileSystems
.Default.FileExists(unescapedItemSpec))
544
if (
FileSystems
.Default.FileExists(unescapedItemSpec))
TaskEngineAssemblyResolver.cs (1)
106
if (
FileSystems
.Default.FileExists(_taskAssemblyFile))