5 references to Parent
Aspire.Hosting (5)
ApplicationModel\CustomResourceSnapshot.cs (1)
444
relationships.Add(new(resourceWithParent.Parent.Name, KnownRelationshipTypes.
Parent
));
Orchestrator\ApplicationOrchestrator.cs (1)
631
: 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)
3156
return builder.WithRelationship(parent, KnownRelationshipTypes.
Parent
);
3188
child.WithRelationship(builder.Resource, KnownRelationshipTypes.
Parent
);