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