1 instantiation of GetFilesInPackageResponse
NuGet.Protocol (1)
_generated\57\PluginJsonContext.GetFilesInPackageResponse.g.cs (1)
32
ObjectWithParameterizedConstructorCreator = 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)
13
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::NuGet.Protocol.Plugins.
GetFilesInPackageResponse
>? _GetFilesInPackageResponse;
19
public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::NuGet.Protocol.Plugins.
GetFilesInPackageResponse
> GetFilesInPackageResponse
22
get => _GetFilesInPackageResponse ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::NuGet.Protocol.Plugins.
GetFilesInPackageResponse
>)Options.GetTypeInfo(typeof(global::NuGet.Protocol.Plugins.
GetFilesInPackageResponse
));
25
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::NuGet.Protocol.Plugins.
GetFilesInPackageResponse
> Create_GetFilesInPackageResponse(global::System.Text.Json.JsonSerializerOptions options)
27
if (!TryGetTypeInfoForRuntimeCustomConverter<global::NuGet.Protocol.Plugins.
GetFilesInPackageResponse
>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::NuGet.Protocol.Plugins.
GetFilesInPackageResponse
> jsonTypeInfo))
29
var objectInfo = new global::System.Text.Json.Serialization.Metadata.JsonObjectInfoValues<global::NuGet.Protocol.Plugins.
GetFilesInPackageResponse
>
35
ConstructorAttributeProviderFactory = 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),
41
jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateObjectInfo<global::NuGet.Protocol.Plugins.
GetFilesInPackageResponse
>(options, objectInfo);
58
DeclaringType = typeof(global::NuGet.Protocol.Plugins.
GetFilesInPackageResponse
),
60
Getter = static obj => ((global::NuGet.Protocol.Plugins.
GetFilesInPackageResponse
)obj).Files,
68
AttributeProviderFactory = 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),
78
DeclaringType = typeof(global::NuGet.Protocol.Plugins.
GetFilesInPackageResponse
),
80
Getter = static obj => ((global::NuGet.Protocol.Plugins.
GetFilesInPackageResponse
)obj).ResponseCode,
88
AttributeProviderFactory = 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),
98
private void GetFilesInPackageResponseSerializeHandler(global::System.Text.Json.Utf8JsonWriter writer, global::NuGet.Protocol.Plugins.
GetFilesInPackageResponse
? value)
108
global::System.Collections.Generic.IEnumerable<string> __value_Files = ((global::NuGet.Protocol.Plugins.
GetFilesInPackageResponse
)value).Files;
115
global::System.Text.Json.JsonSerializer.Serialize(writer, ((global::NuGet.Protocol.Plugins.
GetFilesInPackageResponse
)value).ResponseCode, MessageResponseCode);
_generated\95\PluginJsonContext.GetJsonTypeInfo.g.cs (1)
78
if (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)
1072
var
response = await _plugin.Connection.SendRequestAndReceiveResponseAsync<GetFilesInPackageRequest,
GetFilesInPackageResponse
>(