1 write to _resourceState
Aspire.Hosting (1)
Dcp\ResourceSnapshotBuilder.cs (1)
17_resourceState = resourceState;
8 references to _resourceState
Aspire.Hosting (8)
Dcp\ResourceSnapshotBuilder.cs (8)
39_resourceState.ApplicationModel.TryGetValue(container.AppModelResourceName, out var appModelResource)) 97_ = executable.AppModelResourceName is not null && _resourceState.ApplicationModel.TryGetValue(executable.AppModelResourceName, out appModelResource); 135_resourceState.ApplicationModel.TryGetValue(executable.AppModelResourceName, out appModelResource)) 237_resourceState.ApplicationModel.TryGetValue(resourceName, out var appModelResource) && 243var resourceServices = _resourceState.AppResources.OfType<ServiceWithModelResource>() 266var activeEndpoint = _resourceState.EndpointsMap.SingleOrDefault(e => 294var endpointOwnerEndpoint = _resourceState.AppResources.OfType<ServiceWithModelResource>() 299var isActive = _resourceState.EndpointsMap.Any(e => e.Value.Spec.ServiceName == endpointOwnerEndpoint?.Metadata.Name);