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