2 writes to PrimarySources
NuGet.PackageManagement (2)
NuGetPackageManager.cs (2)
1155
PrimarySources
= primarySources.ToList(),
1855
PrimarySources
= primarySources.ToList(),
2 references to PrimarySources
NuGet.PackageManagement (2)
Resolution\ResolverGather.cs (2)
599
allSources.AddRange(_context.
PrimarySources
);
626
foreach (var source in _context.
PrimarySources
)