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