1 override of AllowedValues
NuGet.Configuration (1)
Settings\Items\StoreClientCertItem.cs (1)
161protected override IReadOnlyDictionary<string, IReadOnlyCollection<string>> AllowedValues { get; } = new Dictionary<string, IReadOnlyCollection<string>>
4 references to AllowedValues
NuGet.Configuration (4)
Settings\SettingElement.cs (4)
215if (AllowedValues != null) 217if (AllowedValues.TryGetValue(attributeName, out var allowed) && (value is null || !allowed.Contains(value.Trim()))) 270if (AllowedValues != null) 272foreach (var attributeValues in AllowedValues)