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