1 instantiation of SetLogLevelResponse
NuGet.Protocol (1)
_generated\83\PluginJsonContext.SetLogLevelResponse.g.cs (1)
32ObjectWithParameterizedConstructorCreator = static args => new global::NuGet.Protocol.Plugins.SetLogLevelResponse((global::NuGet.Protocol.Plugins.MessageResponseCode)args[0]),
23 references to SetLogLevelResponse
NuGet.Credentials (1)
SecurePluginCredentialProvider.cs (1)
158() => plugin.Plugin.Connection.SendRequestAndReceiveResponseAsync<SetLogLevelRequest, SetLogLevelResponse>(
NuGet.Protocol (22)
_generated\83\PluginJsonContext.SetLogLevelResponse.g.cs (15)
13private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::NuGet.Protocol.Plugins.SetLogLevelResponse>? _SetLogLevelResponse; 19public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::NuGet.Protocol.Plugins.SetLogLevelResponse> SetLogLevelResponse 22get => _SetLogLevelResponse ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::NuGet.Protocol.Plugins.SetLogLevelResponse>)Options.GetTypeInfo(typeof(global::NuGet.Protocol.Plugins.SetLogLevelResponse)); 25private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::NuGet.Protocol.Plugins.SetLogLevelResponse> Create_SetLogLevelResponse(global::System.Text.Json.JsonSerializerOptions options) 27if (!TryGetTypeInfoForRuntimeCustomConverter<global::NuGet.Protocol.Plugins.SetLogLevelResponse>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::NuGet.Protocol.Plugins.SetLogLevelResponse> jsonTypeInfo)) 29var objectInfo = new global::System.Text.Json.Serialization.Metadata.JsonObjectInfoValues<global::NuGet.Protocol.Plugins.SetLogLevelResponse> 35ConstructorAttributeProviderFactory = static () => typeof(global::NuGet.Protocol.Plugins.SetLogLevelResponse).GetConstructor(InstanceMemberBindingFlags, binder: null, new[] {typeof(global::NuGet.Protocol.Plugins.MessageResponseCode)}, modifiers: null), 41jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateObjectInfo<global::NuGet.Protocol.Plugins.SetLogLevelResponse>(options, objectInfo); 58DeclaringType = typeof(global::NuGet.Protocol.Plugins.SetLogLevelResponse), 60Getter = static obj => ((global::NuGet.Protocol.Plugins.SetLogLevelResponse)obj).ResponseCode, 68AttributeProviderFactory = static () => typeof(global::NuGet.Protocol.Plugins.SetLogLevelResponse).GetProperty("ResponseCode", InstanceMemberBindingFlags, null, typeof(global::NuGet.Protocol.Plugins.MessageResponseCode), global::System.Array.Empty<global::System.Type>(), null), 78private void SetLogLevelResponseSerializeHandler(global::System.Text.Json.Utf8JsonWriter writer, global::NuGet.Protocol.Plugins.SetLogLevelResponse? value) 89global::System.Text.Json.JsonSerializer.Serialize(writer, ((global::NuGet.Protocol.Plugins.SetLogLevelResponse)value).ResponseCode, MessageResponseCode);
_generated\95\PluginJsonContext.GetJsonTypeInfo.g.cs (1)
182if (type == typeof(global::NuGet.Protocol.Plugins.SetLogLevelResponse))
Plugins\MessageConverter.cs (2)
82[typeof(SetLogLevelResponse)] = (w, p) => JsonSerializer.Serialize(w, (SetLogLevelResponse)p, PluginJsonContext.Default.SetLogLevelResponse),
Plugins\Messages\SetLogLevelResponse.cs (1)
22/// Initializes a new <see cref="SetLogLevelResponse" /> class.
Plugins\PluginJsonContext.cs (1)
45[JsonSerializable(typeof(SetLogLevelResponse))]
RemoteRepositories\PluginFindPackageByIdResource.cs (1)
505await _plugin.Connection.SendRequestAndReceiveResponseAsync<SetLogLevelRequest, SetLogLevelResponse>(
Resources\DownloadResourcePlugin.cs (1)
171await _plugin.Connection.SendRequestAndReceiveResponseAsync<SetLogLevelRequest, SetLogLevelResponse>(