11 references to _claimedSectionNames
Aspire.Hosting (11)
Pipelines\Internal\FileDeploymentStateManager.cs (11)
279_claimedSectionNames.Any(name => 287foreach (var claimedSectionName in _claimedSectionNames.Where(name => name.StartsWith($"{sectionName}:", StringComparison.Ordinal))) 338_claimedSectionNames.Clear(); 352ApplyClaimedSections(latestEffectiveState, _currentState, _claimedSectionNames); 362_claimedSectionNames.RemoveWhere(name => 365ApplyStateDelta(_currentState, sectionName, legacySectionData, desiredSectionData, _claimedSectionNames); 399_claimedSectionNames.Clear(); 420_claimedSectionNames.Clear(); 693_claimedSectionNames.Clear(); 707_claimedSectionNames.UnionWith(migrationState.ClaimedSectionNames); 791_claimedSectionNames,