8 references to FeedConfigs
Microsoft.DotNet.Build.Tasks.Feed (8)
src\PublishArtifactsInManifestBase.cs (5)
385if (FeedConfigs.TryGetValue(category, out HashSet<TargetFeedConfig> feedConfigsForCategory)) 464HashSet<TargetFeedConfig> feedConfigsForSymbols = FeedConfigs[symbolCategory]; 702HashSet<TargetFeedConfig> feedConfigsForSymbols = FeedConfigs[category]; 803if (FeedConfigs.TryGetValue(category, out HashSet<TargetFeedConfig> feedConfigsForCategory)) 1038if (FeedConfigs.TryGetValue(category, out HashSet<TargetFeedConfig> feedConfigsForCategory))
src\PublishArtifactsInManifestV3.cs (3)
176if (!FeedConfigs.TryGetValue(categoryKey, out _)) 178FeedConfigs[categoryKey] = new HashSet<TargetFeedConfig>(); 181FeedConfigs[categoryKey].Add(feedConfig);