1 write to _pluginManager
NuGet.Credentials (1)
SecurePluginCredentialProvider.cs (1)
60_pluginManager = pluginManager ?? throw new ArgumentNullException(nameof(pluginManager));
1 reference to _pluginManager
NuGet.Credentials (1)
SecurePluginCredentialProvider.cs (1)
94Tuple<bool, PluginCreationResult> result = await _pluginManager.TryGetSourceAgnosticPluginAsync(_discoveredPlugin, OperationClaim.Authentication, cancellationToken);