4 references to IsSourceSafeToRemove
aspire (4)
Packaging\NuGetConfigMerger.cs (4)
243
if ((
IsSourceSafeToRemove
(sourceKey, sourceValue) && isAspireRelatedPattern) ||
505
if (!
IsSourceSafeToRemove
(sourceKey, sourceValue) &&
540
if (!
IsSourceSafeToRemove
(sourceKey, sourceValue) && !IsMicrosoftControlledSource(sourceKey, sourceValue))
727
if (!
IsSourceSafeToRemove
(sourceKey, sourceValue))