1 implementation of SourceName
NuGet.Commands (1)
RestoreCommand\VulnerabilityInformationProvider.cs (1)
58public string SourceName => _source.PackageSource.Name;
1 reference to SourceName
NuGet.Commands (1)
RestoreCommand\Utility\AuditUtility.cs (1)
465string message = string.Format(CultureInfo.CurrentCulture, Strings.Warning_AuditSourceWithoutVulnerabilityData, _vulnerabilityInfoProviders[i].SourceName);