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)
505
await _plugin.Connection.SendRequestAndReceiveResponseAsync<SetLogLevelRequest,
SetLogLevelResponse
>(
Resources\DownloadResourcePlugin.cs (1)
171
await _plugin.Connection.SendRequestAndReceiveResponseAsync<SetLogLevelRequest,
SetLogLevelResponse
>(