1 instantiation of CopyNupkgFileResponse
NuGet.Protocol (1)
_generated\50\PluginJsonContext.CopyNupkgFileResponse.g.cs (1)
32ObjectWithParameterizedConstructorCreator = static args => new global::NuGet.Protocol.Plugins.CopyNupkgFileResponse((global::NuGet.Protocol.Plugins.MessageResponseCode)args[0]),
22 references to CopyNupkgFileResponse
NuGet.Protocol (22)
_generated\50\PluginJsonContext.CopyNupkgFileResponse.g.cs (15)
13private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::NuGet.Protocol.Plugins.CopyNupkgFileResponse>? _CopyNupkgFileResponse; 19public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::NuGet.Protocol.Plugins.CopyNupkgFileResponse> CopyNupkgFileResponse 22get => _CopyNupkgFileResponse ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::NuGet.Protocol.Plugins.CopyNupkgFileResponse>)Options.GetTypeInfo(typeof(global::NuGet.Protocol.Plugins.CopyNupkgFileResponse)); 25private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::NuGet.Protocol.Plugins.CopyNupkgFileResponse> Create_CopyNupkgFileResponse(global::System.Text.Json.JsonSerializerOptions options) 27if (!TryGetTypeInfoForRuntimeCustomConverter<global::NuGet.Protocol.Plugins.CopyNupkgFileResponse>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::NuGet.Protocol.Plugins.CopyNupkgFileResponse> jsonTypeInfo)) 29var objectInfo = new global::System.Text.Json.Serialization.Metadata.JsonObjectInfoValues<global::NuGet.Protocol.Plugins.CopyNupkgFileResponse> 35ConstructorAttributeProviderFactory = static () => typeof(global::NuGet.Protocol.Plugins.CopyNupkgFileResponse).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.CopyNupkgFileResponse>(options, objectInfo); 58DeclaringType = typeof(global::NuGet.Protocol.Plugins.CopyNupkgFileResponse), 60Getter = static obj => ((global::NuGet.Protocol.Plugins.CopyNupkgFileResponse)obj).ResponseCode, 68AttributeProviderFactory = static () => typeof(global::NuGet.Protocol.Plugins.CopyNupkgFileResponse).GetProperty("ResponseCode", InstanceMemberBindingFlags, null, typeof(global::NuGet.Protocol.Plugins.MessageResponseCode), global::System.Array.Empty<global::System.Type>(), null), 78private void CopyNupkgFileResponseSerializeHandler(global::System.Text.Json.Utf8JsonWriter writer, global::NuGet.Protocol.Plugins.CopyNupkgFileResponse? value) 89global::System.Text.Json.JsonSerializer.Serialize(writer, ((global::NuGet.Protocol.Plugins.CopyNupkgFileResponse)value).ResponseCode, MessageResponseCode);
_generated\95\PluginJsonContext.GetJsonTypeInfo.g.cs (1)
50if (type == typeof(global::NuGet.Protocol.Plugins.CopyNupkgFileResponse))
Plugins\MessageConverter.cs (2)
90[typeof(CopyNupkgFileResponse)] = (w, p) => JsonSerializer.Serialize(w, (CopyNupkgFileResponse)p, PluginJsonContext.Default.CopyNupkgFileResponse),
Plugins\Messages\CopyNupkgFileResponse.cs (1)
22/// Initializes a new <see cref="CopyNupkgFileResponse" /> class.
Plugins\PluginJsonContext.cs (1)
15[JsonSerializable(typeof(CopyNupkgFileResponse))]
Plugins\PluginPackageReader.cs (2)
932var response = await _plugin.Connection.SendRequestAndReceiveResponseAsync<CopyNupkgFileRequest, CopyNupkgFileResponse>(