2 references to Visited
Aspire.Hosting (2)
Pipelines\DistributedApplicationPipeline.cs (2)
703
if (state == VisitState.
Visited
) // Already fully visited - no need to check again
720
visitStates[stepName] = VisitState.
Visited
;