4 references to SetLogLevelResponse
NuGet.Credentials (1)
SecurePluginCredentialProvider.cs (1)
158() => plugin.Plugin.Connection.SendRequestAndReceiveResponseAsync<SetLogLevelRequest, SetLogLevelResponse>(
NuGet.Protocol (3)
Plugins\Messages\SetLogLevelResponse.cs (1)
22/// Initializes a new <see cref="SetLogLevelResponse" /> class.
RemoteRepositories\PluginFindPackageByIdResource.cs (1)
505await _plugin.Connection.SendRequestAndReceiveResponseAsync<SetLogLevelRequest, SetLogLevelResponse>(
Resources\DownloadResourcePlugin.cs (1)
171await _plugin.Connection.SendRequestAndReceiveResponseAsync<SetLogLevelRequest, SetLogLevelResponse>(