6 references to PathAttribute
NuGet.Configuration (6)
Settings\Items\FileClientCertItem.cs (6)
56var path = element.Attribute(XName.Get(ConfigurationConstants.PathAttribute))?.Value; 76AddAttribute(ConfigurationConstants.PathAttribute, path!); 91public string FilePath => Attributes[ConfigurationConstants.PathAttribute]; 127ConfigurationConstants.PathAttribute, 136ConfigurationConstants.PathAttribute 181AddOrUpdateAttribute(ConfigurationConstants.PathAttribute, filePath);