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