7 references to ValueAttribute
NuGet.Configuration (7)
Settings\Items\AddItem.cs (7)
20get => Settings.ApplyEnvironmentTransform(Attributes[ConfigurationConstants.ValueAttribute]); 21set => AddOrUpdateAttribute(ConfigurationConstants.ValueAttribute, value ?? string.Empty); 27!string.Equals(a.Key, ConfigurationConstants.ValueAttribute, StringComparison.OrdinalIgnoreCase) 31= new HashSet<string>(new[] { ConfigurationConstants.KeyAttribute, ConfigurationConstants.ValueAttribute }); 58AddAttribute(ConfigurationConstants.ValueAttribute, value ?? string.Empty); 87string.Equals(ConfigurationConstants.ValueAttribute, attributeName, StringComparison.OrdinalIgnoreCase)) 143if ((!other.Attributes.TryGetValue(ConfigurationConstants.ValueAttribute, out var value) ||