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