1 instantiation of GetFilesInPackageResponse
NuGet.Protocol (1)
_generated\57\PluginJsonContext.GetFilesInPackageResponse.g.cs (1)
32ObjectWithParameterizedConstructorCreator = static args => new global::NuGet.Protocol.Plugins.GetFilesInPackageResponse((global::NuGet.Protocol.Plugins.MessageResponseCode)args[0], (global::System.Collections.Generic.IEnumerable<string>)args[1]),
26 references to GetFilesInPackageResponse
NuGet.Protocol (26)
_generated\57\PluginJsonContext.GetFilesInPackageResponse.g.cs (19)
13private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::NuGet.Protocol.Plugins.GetFilesInPackageResponse>? _GetFilesInPackageResponse; 19public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::NuGet.Protocol.Plugins.GetFilesInPackageResponse> GetFilesInPackageResponse 22get => _GetFilesInPackageResponse ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::NuGet.Protocol.Plugins.GetFilesInPackageResponse>)Options.GetTypeInfo(typeof(global::NuGet.Protocol.Plugins.GetFilesInPackageResponse)); 25private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::NuGet.Protocol.Plugins.GetFilesInPackageResponse> Create_GetFilesInPackageResponse(global::System.Text.Json.JsonSerializerOptions options) 27if (!TryGetTypeInfoForRuntimeCustomConverter<global::NuGet.Protocol.Plugins.GetFilesInPackageResponse>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::NuGet.Protocol.Plugins.GetFilesInPackageResponse> jsonTypeInfo)) 29var objectInfo = new global::System.Text.Json.Serialization.Metadata.JsonObjectInfoValues<global::NuGet.Protocol.Plugins.GetFilesInPackageResponse> 35ConstructorAttributeProviderFactory = static () => typeof(global::NuGet.Protocol.Plugins.GetFilesInPackageResponse).GetConstructor(InstanceMemberBindingFlags, binder: null, new[] {typeof(global::NuGet.Protocol.Plugins.MessageResponseCode), typeof(global::System.Collections.Generic.IEnumerable<string>)}, modifiers: null), 41jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateObjectInfo<global::NuGet.Protocol.Plugins.GetFilesInPackageResponse>(options, objectInfo); 58DeclaringType = typeof(global::NuGet.Protocol.Plugins.GetFilesInPackageResponse), 60Getter = static obj => ((global::NuGet.Protocol.Plugins.GetFilesInPackageResponse)obj).Files, 68AttributeProviderFactory = static () => typeof(global::NuGet.Protocol.Plugins.GetFilesInPackageResponse).GetProperty("Files", InstanceMemberBindingFlags, null, typeof(global::System.Collections.Generic.IEnumerable<string>), global::System.Array.Empty<global::System.Type>(), null), 78DeclaringType = typeof(global::NuGet.Protocol.Plugins.GetFilesInPackageResponse), 80Getter = static obj => ((global::NuGet.Protocol.Plugins.GetFilesInPackageResponse)obj).ResponseCode, 88AttributeProviderFactory = static () => typeof(global::NuGet.Protocol.Plugins.GetFilesInPackageResponse).GetProperty("ResponseCode", InstanceMemberBindingFlags, null, typeof(global::NuGet.Protocol.Plugins.MessageResponseCode), global::System.Array.Empty<global::System.Type>(), null), 98private void GetFilesInPackageResponseSerializeHandler(global::System.Text.Json.Utf8JsonWriter writer, global::NuGet.Protocol.Plugins.GetFilesInPackageResponse? value) 108global::System.Collections.Generic.IEnumerable<string> __value_Files = ((global::NuGet.Protocol.Plugins.GetFilesInPackageResponse)value).Files; 115global::System.Text.Json.JsonSerializer.Serialize(writer, ((global::NuGet.Protocol.Plugins.GetFilesInPackageResponse)value).ResponseCode, MessageResponseCode);
_generated\95\PluginJsonContext.GetJsonTypeInfo.g.cs (1)
78if (type == typeof(global::NuGet.Protocol.Plugins.GetFilesInPackageResponse))
Plugins\MessageConverter.cs (2)
92[typeof(GetFilesInPackageResponse)] = (w, p) => JsonSerializer.Serialize(w, (GetFilesInPackageResponse)p, PluginJsonContext.Default.GetFilesInPackageResponse),
Plugins\Messages\GetFilesInPackageResponse.cs (1)
31/// Initializes a new <see cref="GetFilesInPackageResponse" /> class.
Plugins\PluginJsonContext.cs (1)
22[JsonSerializable(typeof(GetFilesInPackageResponse))]
Plugins\PluginPackageReader.cs (2)
1072var response = await _plugin.Connection.SendRequestAndReceiveResponseAsync<GetFilesInPackageRequest, GetFilesInPackageResponse>(