2 overrides of AllowedAttributes
NuGet.Configuration (2)
Settings\Items\FileClientCertItem.cs (1)
123protected override IReadOnlyCollection<string> AllowedAttributes { get; }
Settings\Items\StoreClientCertItem.cs (1)
151protected override IReadOnlyCollection<string> AllowedAttributes { get; }
6 references to AllowedAttributes
NuGet.Configuration (6)
Settings\SettingElement.cs (6)
192if (AllowedAttributes != null) 195if (!AllowedAttributes.Any()) 200if (!AllowedAttributes.Contains(attributeName)) 236if (AllowedAttributes != null) 238if (!AllowedAttributes.Any() && element.HasAttributes) 247if (!AllowedAttributes.Contains(attribute.Name.LocalName))