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