8 implementations of FileName
aspire (1)
DotNet\ProcessExecution.cs (1)
68
public string
FileName
=> _fileName;
Aspire.Cli.Tests (7)
Commands\AppHostLauncherTests.cs (3)
1589
public string
FileName
=> fileName;
1630
public string
FileName
=> string.Empty;
1703
public string
FileName
=> string.Empty;
Commands\StartCommandTests.cs (1)
739
public string
FileName
=> "test";
DotNet\DotNetCliRunnerTests.cs (1)
2733
public string
FileName
=> "dotnet";
Telemetry\InternalMicrosoftDetectorTests.cs (1)
1840
public string
FileName
{ get; } = fileName;
TestServices\TestProcessExecutionFactory.cs (1)
165
public string
FileName
{ get; }
3 references to FileName
aspire (1)
Projects\AppHostServerSession.cs (1)
245
_activity.SetProcessInvocation(result.Execution.
FileName
, result.Execution.Arguments);
Aspire.Cli.Tests (2)
Projects\GuestRuntimeTests.cs (2)
618
preExecute.
FileName
,
622
execute.
FileName
,