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