1 write to Plugin
NuGet.Protocol (1)
Plugins\PluginCreationResult.cs (1)
78
Plugin
= plugin;
10 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 (6)
Plugins\PluginCreationResult.cs (4)
21
/// Gets a message if <see cref="
Plugin
" /> is <see langword="null" />; otherwise, <see langword="null" />.
42
/// When <see langword="true" />, <see cref="
Plugin
" />, <see cref="PluginMulticlientUtilities" />,
46
[MemberNotNullWhen(true, nameof(
Plugin
))]
50
internal bool IsSuccess =>
Plugin
is not null;
Resources\PluginResource.cs (2)
84
() => SetPackageSourceCredentialsAsync(result.
Plugin
, cancellationToken),
87
return new GetPluginResult(result.
Plugin
, result.PluginMulticlientUtilities);