2 writes to _state
Aspire.Hosting (2)
Pipelines\Internal\DeploymentStateManagerBase.cs (2)
91_state = JsonFlattener.UnflattenJsonObject(flattenedState); 95_state = [];
7 references to _state
Aspire.Hosting (7)
Pipelines\Internal\DeploymentStateManagerBase.cs (7)
74if (_isStateLoaded && _state is not null) 76return _state; 99return _state; 145var sectionData = _state?.TryGetPropertyValue(sectionName, out var sectionNode) == true && sectionNode is JsonObject obj 162if (_state is null) 194_state[section.SectionName] = section.Data.DeepClone().AsObject(); 195await SaveStateToStorageAsync(_state, cancellationToken).ConfigureAwait(false);