7 references to OwningComputeEnvironment
Aspire.Hosting.Radius (4)
Publishing\RadiusInfrastructureBuilder.cs (1)
704
var targetComputeEnvironment = _environment.
OwningComputeEnvironment
?? _environment;
RadiusInfrastructure.cs (3)
40
/// (or its <see cref="RadiusEnvironmentResource.
OwningComputeEnvironment
"/> parent).
69
var targetComputeEnvironment = environment.
OwningComputeEnvironment
?? environment;
81
resourceComputeEnvironment != environment.
OwningComputeEnvironment
)
Aspire.Hosting.Radius.Tests (3)
RadiusTestHelper.cs (3)
28
/// <see cref="RadiusEnvironmentResource.
OwningComputeEnvironment
"/> parent (or the environment
37
var targetComputeEnvironment = environment.
OwningComputeEnvironment
?? (IComputeEnvironmentResource)environment;
48
resourceComputeEnvironment != environment.
OwningComputeEnvironment
)