1 write to Plugin
NuGet.Protocol (1)
Plugins\PluginCreationResult.cs (1)
67
Plugin
= plugin;
7 references to Plugin
NuGet.Credentials (4)
SecurePluginCredentialProvider.cs (4)
120
AddOrUpdateLogger(creationResult.
Plugin
);
129
var credentialResponse = await creationResult.
Plugin
.Connection.SendRequestAndReceiveResponseAsync<GetAuthenticationCredentialsRequest, GetAuthenticationCredentialsResponse>(
158
() => plugin.
Plugin
.Connection.SendRequestAndReceiveResponseAsync<SetLogLevelRequest, SetLogLevelResponse>(
194
plugin.
Plugin
.Connection.SendRequestAndReceiveResponseAsync<SetCredentialsRequest, SetCredentialsResponse>(
NuGet.Protocol (3)
Plugins\PluginCreationResult.cs (1)
22
/// Gets a message if <see cref="
Plugin
" /> is <see langword="null" />; otherwise, <see langword="null" />.
Resources\PluginResource.cs (2)
84
() => SetPackageSourceCredentialsAsync(result.
Plugin
, cancellationToken),
87
return new GetPluginResult(result.
Plugin
, result.PluginMulticlientUtilities);