2 writes to _source
NuGet.Configuration (2)
PackageSource\PackageSource.cs (2)
44_source = value; 191Source = _source = source ?? throw new ArgumentNullException(nameof(source));
2 references to _source
NuGet.Configuration (2)
PackageSource\PackageSource.cs (2)
36get => _source; 48hash.AddStringIgnoreCase(_source);