1 write to Plugin
NuGet.Protocol (1)
Plugins\PluginCreationResult.cs (1)
67Plugin = plugin;
7 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 (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), 87return new GetPluginResult(result.Plugin, result.PluginMulticlientUtilities);