2 overrides of Source
NuGet.Protocol (2)
LegacyFeed\V2FeedListResource.cs (1)
30
public override string
Source
=> _baseAddress;
LocalRepositories\LocalPackageListResource.cs (1)
24
public override string
Source
=> _baseAddress;
1 reference to Source
NuGet.Commands (1)
ListCommand\ListCommandRunner.cs (1)
43
if (sources.Add(feed.
Source
))