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