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)
94
Tuple<bool, PluginCreationResult> result = await _pluginManager.TryGetSourceAgnosticPluginAsync(
_discoveredPlugin
, OperationClaim.Authentication, cancellationToken);