3 references to GetApiKey
NuGet.Commands (3)
CommandRunners\DeleteRunner.cs (1)
44endpoint => apiKey ?? CommandRunnerUtility.GetApiKey(settings, endpoint, source),
CommandRunners\PushRunner.cs (2)
124apiKey ??= CommandRunnerUtility.GetApiKey(settings, packageUpdateResource.SourceUri.AbsoluteUri, source); 130symbolApiKey ??= CommandRunnerUtility.GetApiKey(settings, symbolSourceUri, symbolSource);