Implemented interface members:
property
Parent
Aspire.Hosting.ApplicationModel.IResourceWithParent.Parent
property
Parent
Aspire.Hosting.ApplicationModel.IResourceWithParent<T>.Parent
1 write to Parent
Aspire.Hosting (1)
ApplicationModel\TerminalHostResource.cs (1)
33Parent = parent;
5 references to Parent
Aspire.Hosting (4)
Lifecycle\TerminalHostEventingSubscriber.cs (3)
75host.Parent.Name, host.ParentReplicaIndex); 84host.Parent.Name, host.ParentReplicaIndex); 107host.Parent.Name,
Lifecycle\TerminalHostFailureDiagnosticService.cs (1)
127host.Parent.Name,
Aspire.Hosting.Tests (1)
WithTerminalTests.cs (1)
146Assert.Same(resource.Resource, single.Parent);