1 write to Plugin
NuGet.Protocol (1)
Plugins\PluginCreationResult.cs (1)
78Plugin = plugin;
10 references to Plugin
NuGet.Credentials (4)
SecurePluginCredentialProvider.cs (4)
120AddOrUpdateLogger(creationResult.Plugin); 129var credentialResponse = await creationResult.Plugin.Connection.SendRequestAndReceiveResponseAsync<GetAuthenticationCredentialsRequest, GetAuthenticationCredentialsResponse>( 158() => plugin.Plugin.Connection.SendRequestAndReceiveResponseAsync<SetLogLevelRequest, SetLogLevelResponse>( 194plugin.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))] 50internal bool IsSuccess => Plugin is not null;
Resources\PluginResource.cs (2)
84() => SetPackageSourceCredentialsAsync(result.Plugin, cancellationToken), 87return new GetPluginResult(result.Plugin, result.PluginMulticlientUtilities);