14 writes to FileName
dotnet-MsiInstallation.Tests (1)
Framework\VMControl.cs (1)
353FileName = _psExecPath,
Microsoft.NET.Build.Tests (2)
AspNetCoreOnFullFramework.cs (1)
88FileName = exePath
GivenThatWeWantToGenerateADepsFileForATool.cs (1)
229FileName = TestContext.Current.ToolsetUnderTest.DotNetHostPath,
Microsoft.NET.Publish.Tests (4)
GivenThatWeWantToPublishTrimmedWindowsFormsAndWPFApps.cs (2)
172FileName = Path.Combine(publishDirectory, Path.GetFileName(testDir.Path) + ".exe") 244FileName = Path.Combine(publishDirectory, Path.GetFileName(testDir.Path) + ".exe")
PublishWebApp.cs (1)
51FileName = Path.Combine(publishDirectory.FullName, testProject.Name + EnvironmentInfo.ExecutableExtension)
PublishWpfApp.cs (1)
59FileName = Path.Combine(publishDirectory, Path.GetFileName(testDir.Path) + ".exe")
Microsoft.NET.TestFramework (7)
Commands\DotnetCommand.cs (1)
17FileName = TestContext.Current.ToolsetUnderTest.DotNetHostPath,
Commands\MSBuildVersionCommand.cs (2)
16FileName = TestContext.Current.ToolsetUnderTest.FullFrameworkMSBuildPath, 25FileName = TestContext.Current.ToolsetUnderTest.DotNetHostPath,
Commands\NuGetExeRestoreCommand.cs (1)
63FileName = nugetExePath,
Commands\RunExeCommand.cs (1)
25FileName = _commandPath,
ToolsetInfo.cs (2)
230ret.FileName = FullFrameworkMSBuildPath; 241ret.FileName = DotNetHostPath;
3 references to FileName
Microsoft.NET.TestFramework (3)
Commands\SdkCommandSpec.cs (1)
43FileName = FileName,
Commands\TestCommand.cs (2)
170string fileToShow = Path.GetFileNameWithoutExtension(spec.FileName!).Equals("dotnet", StringComparison.OrdinalIgnoreCase) ? 172spec.FileName!;