8 implementations of FileName
aspire (1)
DotNet\ProcessExecution.cs (1)
68public string FileName => _fileName;
Aspire.Cli.Tests (7)
Commands\AppHostLauncherTests.cs (3)
1424public string FileName => fileName; 1465public string FileName => string.Empty; 1538public string FileName => string.Empty;
Commands\StartCommandTests.cs (1)
738public string FileName => "test";
DotNet\DotNetCliRunnerTests.cs (1)
2684public string FileName => "dotnet";
Telemetry\InternalMicrosoftDetectorTests.cs (1)
609public string FileName { get; } = fileName;
TestServices\TestProcessExecutionFactory.cs (1)
165public string FileName { get; }
1 reference to FileName
aspire (1)
Projects\AppHostServerSession.cs (1)
245_activity.SetProcessInvocation(result.Execution.FileName, result.Execution.Arguments);