2 writes to _source
NuGet.Configuration (2)
PackageSource\PackageSource.cs (2)
42_source = value; 154Source = _source = source ?? throw new ArgumentNullException(nameof(source));
2 references to _source
NuGet.Configuration (2)
PackageSource\PackageSource.cs (2)
34get => _source; 46hash.AddStringIgnoreCase(_source);