1 implementation of TryGetSourceAgnosticPluginAsync
NuGet.Protocol (1)
Plugins\PluginManager.cs (1)
160public Task<Tuple<bool, PluginCreationResult>> TryGetSourceAgnosticPluginAsync(PluginDiscoveryResult pluginDiscoveryResult, OperationClaim requestedOperationClaim, CancellationToken cancellationToken)
1 reference to TryGetSourceAgnosticPluginAsync
NuGet.Credentials (1)
SecurePluginCredentialProvider.cs (1)
94Tuple<bool, PluginCreationResult> result = await _pluginManager.TryGetSourceAgnosticPluginAsync(_discoveredPlugin, OperationClaim.Authentication, cancellationToken);