9 references to TryGetNestedPropertyValue
Aspire.Hosting (9)
Pipelines\Internal\DeploymentStateManagerBase.cs (1)
67
TryGetNestedPropertyValue
(state, sectionName);
Pipelines\Internal\FileDeploymentStateManager.cs (8)
275
return
TryGetNestedPropertyValue
(_currentState, sectionName);
283
return
TryGetNestedPropertyValue
(_currentState, sectionName);
299
currentValueExists ?
TryGetNestedPropertyValue
(_currentState, claimedSectionName)?.DeepClone() : null,
349
var sectionData =
TryGetNestedPropertyValue
(state, sectionName) as JsonObject;
350
var legacySectionData =
TryGetNestedPropertyValue
(GetLegacyFallbackState(), sectionName);
354
TryGetNestedPropertyValue
(latestEffectiveState, sectionName));
356
if (
TryGetNestedPropertyValue
(_legacyStateSnapshot, sectionName) is null &&
632
TryGetNestedPropertyValue
(currentState, sectionName)?.DeepClone(),