5 references to Parent
Aspire.Hosting (5)
ApplicationModel\CustomResourceSnapshot.cs (1)
434
relationships.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)
29
relations.LastOrDefault(r => r.Type == KnownRelationshipTypes.
Parent
) is { } parentRelationship)
ResourceBuilderExtensions.cs (2)
2238
return builder.WithRelationship(parent, KnownRelationshipTypes.
Parent
);
2269
child.WithRelationship(builder.Resource, KnownRelationshipTypes.
Parent
);