5 references to Parent
Aspire.Hosting (5)
ApplicationModel\CustomResourceSnapshot.cs (1)
434relationships.Add(new(resourceWithParent.Parent.Name, KnownRelationshipTypes.Parent));
Orchestrator\ApplicationOrchestrator.cs (1)
451: resource.Annotations.OfType<ResourceRelationshipAnnotation>().LastOrDefault(r => r.Type == KnownRelationshipTypes.Parent)?.Resource;
Orchestrator\RelationshipEvaluator.cs (1)
29relations.LastOrDefault(r => r.Type == KnownRelationshipTypes.Parent) is { } parentRelationship)
ResourceBuilderExtensions.cs (2)
2238return builder.WithRelationship(parent, KnownRelationshipTypes.Parent); 2269child.WithRelationship(builder.Resource, KnownRelationshipTypes.Parent);