8 references to FeedConfigs
Microsoft.DotNet.Build.Tasks.Feed (8)
src\PublishArtifactsInManifestBase.cs (5)
378if (FeedConfigs.TryGetValue(category, out HashSet<TargetFeedConfig> feedConfigsForCategory)) 457HashSet<TargetFeedConfig> feedConfigsForSymbols = FeedConfigs[symbolCategory]; 695HashSet<TargetFeedConfig> feedConfigsForSymbols = FeedConfigs[category]; 796if (FeedConfigs.TryGetValue(category, out HashSet<TargetFeedConfig> feedConfigsForCategory)) 1031if (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);