6 references to Resource
Aspire.Hosting (5)
ApplicationModel\AspireTerminal.cs (2)
22/// <see cref="TerminalOwner.Resource"/> the workload belongs to the resource, so disposing only releases 73/// a no-op for <see cref="TerminalOwner.Resource"/> terminals, whose workload is started by the resource.
ApplicationModel\ResourceAspireTerminal.cs (1)
72public TerminalOwner Owner => TerminalOwner.Resource;
ApplicationModel\TerminalService.cs (2)
284TerminalOwner.Resource, 554/// The resource-specific members are populated only for <see cref="TerminalOwner.Resource"/> terminals, whose
Aspire.Hosting.Tests (1)
Terminals\ResourceTerminalCatalogTests.cs (1)
236Assert.Equal(TerminalOwner.Resource, terminal!.Owner);