3 references to ParentStepId
aspire (2)
Commands\PipelineCommandBase.cs (2)
840ParentStepId = activity.Data.ParentStepId, 850stepInfo.ParentStepId ??= activity.Data.ParentStepId;
Aspire.Cli.Tests (1)
Backchannel\BackchannelJsonSerializerContextTests.cs (1)
85Assert.Null(activity.Data.ParentStepId);