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