1 write to ServiceIndexSourceRepository
NuGet.Commands (1)
TrustedSignersCommand\TrustedSignerActionsProvider.cs (1)
277
ServiceIndexSourceRepository
= new SourceRepository(packageSource, Repository.Provider.GetCoreV3());
2 references to ServiceIndexSourceRepository
NuGet.Commands (2)
TrustedSignersCommand\TrustedSignerActionsProvider.cs (2)
274
if (
ServiceIndexSourceRepository
== null)
280
var repositorySignatureResource = await
ServiceIndexSourceRepository
.GetResourceAsync<RepositorySignatureResource>(token);