1 write to _resourceState
Aspire.Hosting (1)
Dcp\ResourceSnapshotBuilder.cs (1)
20
_resourceState
= resourceState;
8 references to _resourceState
Aspire.Hosting (8)
Dcp\ResourceSnapshotBuilder.cs (8)
43
_resourceState
.ApplicationModel.TryGetValue(container.AppModelResourceName, out var appModelResource))
101
_ = executable.AppModelResourceName is not null &&
_resourceState
.ApplicationModel.TryGetValue(executable.AppModelResourceName, out appModelResource);
140
_resourceState
.ApplicationModel.TryGetValue(executable.AppModelResourceName, out appModelResource))
288
_resourceState
.ApplicationModel.TryGetValue(resourceName, out var appModelResource) &&
294
var resourceServices =
_resourceState
.AppResources.OfType<ServiceWithModelResource>()
317
var activeEndpoint =
_resourceState
.EndpointsMap.SingleOrDefault(e =>
347
var endpointOwnerEndpoint =
_resourceState
.AppResources.OfType<ServiceWithModelResource>()
352
var isActive =
_resourceState
.EndpointsMap.Any(e => e.Value.Spec.ServiceName == endpointOwnerEndpoint?.Metadata.Name);