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)
33
Parent
= parent;
5 references to Parent
Aspire.Hosting (4)
Lifecycle\TerminalHostEventingSubscriber.cs (3)
75
host.
Parent
.Name, host.ParentReplicaIndex);
84
host.
Parent
.Name, host.ParentReplicaIndex);
107
host.
Parent
.Name,
Lifecycle\TerminalHostFailureDiagnosticService.cs (1)
127
host.
Parent
.Name,
Aspire.Hosting.Tests (1)
WithTerminalTests.cs (1)
146
Assert.Same(resource.Resource, single.
Parent
);