2 writes to _state
Aspire.Hosting (2)
Publishing\Internal\DeploymentStateManagerBase.cs (2)
172_state = UnflattenJsonObject(flattenedState); 176_state = [];
7 references to _state
Aspire.Hosting (7)
Publishing\Internal\DeploymentStateManagerBase.cs (7)
155if (_isStateLoaded && _state is not null) 157return _state; 180return _state; 226var sectionData = _state?.TryGetPropertyValue(sectionName, out var sectionNode) == true && sectionNode is JsonObject obj 243if (_state is null) 275_state[section.SectionName] = section.Data.DeepClone().AsObject(); 276await SaveStateToStorageAsync(_state, cancellationToken).ConfigureAwait(false);