4 references to Argument
Aspire.Hosting (1)
Dcp\ResourceSnapshotBuilder.cs (1)
224launchArgsBuilder.Add(annotation.Argument);
Aspire.Hosting.Tests (3)
Dcp\DcpExecutorTests.cs (3)
165Assert.Equal(expectedAnnotations, argAnnotations.Select(a => a.Argument)); 208Assert.Single(argAnnotations1, a => a.Argument == "--test"); 226Assert.Single(argAnnotations2, a => a.Argument == "--test");