4 references to FileExists
Microsoft.Build.Tasks.CodeAnalysis (4)
src\roslyn\src\Compilers\Core\MSBuildTask\CopyRefAssembly.cs (2)
42if (!TaskEnvironment.FileExists(fullSourcePath)) 48if (TaskEnvironment.FileExists(fullDestinationPath))
src\roslyn\src\Compilers\Core\MSBuildTask\GenerateMSBuildEditorConfig.cs (1)
124if (TaskEnvironment.FileExists(targetFileName))
src\roslyn\src\Compilers\Core\MSBuildTask\TaskEnvironmentExtensions.cs (1)
62public bool FileExists(string path) => taskEnvironment.FileExists(taskEnvironment.GetAbsolutePath(path));