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