1 instantiation of CopyFilesInPackageResponse
NuGet.Protocol (1)
_generated\48\PluginJsonContext.CopyFilesInPackageResponse.g.cs (1)
32
ObjectWithParameterizedConstructorCreator = static args => new global::NuGet.Protocol.Plugins.
CopyFilesInPackageResponse
((global::NuGet.Protocol.Plugins.MessageResponseCode)args[0], (global::System.Collections.Generic.IEnumerable<string>)args[1]),
28 references to CopyFilesInPackageResponse
NuGet.Protocol (28)
_generated\48\PluginJsonContext.CopyFilesInPackageResponse.g.cs (19)
13
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::NuGet.Protocol.Plugins.
CopyFilesInPackageResponse
>? _CopyFilesInPackageResponse;
19
public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::NuGet.Protocol.Plugins.
CopyFilesInPackageResponse
> CopyFilesInPackageResponse
22
get => _CopyFilesInPackageResponse ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::NuGet.Protocol.Plugins.
CopyFilesInPackageResponse
>)Options.GetTypeInfo(typeof(global::NuGet.Protocol.Plugins.
CopyFilesInPackageResponse
));
25
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::NuGet.Protocol.Plugins.
CopyFilesInPackageResponse
> Create_CopyFilesInPackageResponse(global::System.Text.Json.JsonSerializerOptions options)
27
if (!TryGetTypeInfoForRuntimeCustomConverter<global::NuGet.Protocol.Plugins.
CopyFilesInPackageResponse
>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::NuGet.Protocol.Plugins.
CopyFilesInPackageResponse
> jsonTypeInfo))
29
var objectInfo = new global::System.Text.Json.Serialization.Metadata.JsonObjectInfoValues<global::NuGet.Protocol.Plugins.
CopyFilesInPackageResponse
>
35
ConstructorAttributeProviderFactory = static () => typeof(global::NuGet.Protocol.Plugins.
CopyFilesInPackageResponse
).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.
CopyFilesInPackageResponse
>(options, objectInfo);
58
DeclaringType = typeof(global::NuGet.Protocol.Plugins.
CopyFilesInPackageResponse
),
60
Getter = static obj => ((global::NuGet.Protocol.Plugins.
CopyFilesInPackageResponse
)obj).CopiedFiles,
68
AttributeProviderFactory = static () => typeof(global::NuGet.Protocol.Plugins.
CopyFilesInPackageResponse
).GetProperty("CopiedFiles", InstanceMemberBindingFlags, null, typeof(global::System.Collections.Generic.IEnumerable<string>), global::System.Array.Empty<global::System.Type>(), null),
78
DeclaringType = typeof(global::NuGet.Protocol.Plugins.
CopyFilesInPackageResponse
),
80
Getter = static obj => ((global::NuGet.Protocol.Plugins.
CopyFilesInPackageResponse
)obj).ResponseCode,
88
AttributeProviderFactory = static () => typeof(global::NuGet.Protocol.Plugins.
CopyFilesInPackageResponse
).GetProperty("ResponseCode", InstanceMemberBindingFlags, null, typeof(global::NuGet.Protocol.Plugins.MessageResponseCode), global::System.Array.Empty<global::System.Type>(), null),
98
private void CopyFilesInPackageResponseSerializeHandler(global::System.Text.Json.Utf8JsonWriter writer, global::NuGet.Protocol.Plugins.
CopyFilesInPackageResponse
? value)
108
global::System.Collections.Generic.IEnumerable<string> __value_CopiedFiles = ((global::NuGet.Protocol.Plugins.
CopyFilesInPackageResponse
)value).CopiedFiles;
115
global::System.Text.Json.JsonSerializer.Serialize(writer, ((global::NuGet.Protocol.Plugins.
CopyFilesInPackageResponse
)value).ResponseCode, MessageResponseCode);
_generated\95\PluginJsonContext.GetJsonTypeInfo.g.cs (1)
42
if (type == typeof(global::NuGet.Protocol.Plugins.
CopyFilesInPackageResponse
))
Plugins\MessageConverter.cs (2)
88
[typeof(
CopyFilesInPackageResponse
)] = (w, p) => JsonSerializer.Serialize(w, (
CopyFilesInPackageResponse
)p, PluginJsonContext.Default.CopyFilesInPackageResponse),
Plugins\Messages\CopyFilesInPackageResponse.cs (1)
29
/// Initializes a new <see cref="
CopyFilesInPackageResponse
" /> class.
Plugins\PluginJsonContext.cs (1)
13
[JsonSerializable(typeof(
CopyFilesInPackageResponse
))]
Plugins\PluginPackageReader.cs (4)
284
var
response = await _plugin.Connection.SendRequestAndReceiveResponseAsync<CopyFilesInPackageRequest,
CopyFilesInPackageResponse
>(
1031
var
response = await _plugin.Connection.SendRequestAndReceiveResponseAsync<CopyFilesInPackageRequest,
CopyFilesInPackageResponse
>(