3 references to Role
Aspire.Hosting (1)
ApplicationModel\ExecutableLaunchRecipe.cs (1)
297
new(Value, IsSensitive, Executable, Display, effectiveArgumentIndex,
Role
);
Aspire.Hosting.Tests (2)
Dcp\ExecutableLaunchPlanTests.cs (2)
52
Assert.Equal(ExecutableLaunchArgumentRole.LaunchTool, argument.
Role
);
58
Assert.Equal(ExecutableLaunchArgumentRole.Application, argument.
Role
);