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