2 instantiations of CallbackParameterInfo
aspire (2)
BackchannelJsonSerializerContext.CallbackParameterInfo.g.cs (1)
31ObjectCreator = () => new global::Aspire.Cli.Commands.Sdk.CallbackParameterInfo(),
CapabilitiesJsonContext.CallbackParameterInfo.g.cs (1)
31ObjectCreator = () => new global::Aspire.Cli.Commands.Sdk.CallbackParameterInfo(),
79 references to CallbackParameterInfo
aspire (79)
BackchannelJsonSerializerContext.CallbackParameterInfo.g.cs (21)
13private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Aspire.Cli.Commands.Sdk.CallbackParameterInfo>? _CallbackParameterInfo; 19public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Aspire.Cli.Commands.Sdk.CallbackParameterInfo> CallbackParameterInfo 22get => _CallbackParameterInfo ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Aspire.Cli.Commands.Sdk.CallbackParameterInfo>)Options.GetTypeInfo(typeof(global::Aspire.Cli.Commands.Sdk.CallbackParameterInfo)); 25private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Aspire.Cli.Commands.Sdk.CallbackParameterInfo> Create_CallbackParameterInfo(global::System.Text.Json.JsonSerializerOptions options) 27if (!TryGetTypeInfoForRuntimeCustomConverter<global::Aspire.Cli.Commands.Sdk.CallbackParameterInfo>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Aspire.Cli.Commands.Sdk.CallbackParameterInfo> jsonTypeInfo)) 29var objectInfo = new global::System.Text.Json.Serialization.Metadata.JsonObjectInfoValues<global::Aspire.Cli.Commands.Sdk.CallbackParameterInfo> 35ConstructorAttributeProviderFactory = static () => typeof(global::Aspire.Cli.Commands.Sdk.CallbackParameterInfo).GetConstructor(InstanceMemberBindingFlags, binder: null, global::System.Array.Empty<global::System.Type>(), modifiers: null), 39jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateObjectInfo<global::Aspire.Cli.Commands.Sdk.CallbackParameterInfo>(options, objectInfo); 56DeclaringType = typeof(global::Aspire.Cli.Commands.Sdk.CallbackParameterInfo), 58Getter = static obj => ((global::Aspire.Cli.Commands.Sdk.CallbackParameterInfo)obj).Name, 59Setter = static (obj, value) => ((global::Aspire.Cli.Commands.Sdk.CallbackParameterInfo)obj).Name = value!, 66AttributeProviderFactory = static () => typeof(global::Aspire.Cli.Commands.Sdk.CallbackParameterInfo).GetProperty("Name", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null), 78DeclaringType = typeof(global::Aspire.Cli.Commands.Sdk.CallbackParameterInfo), 80Getter = static obj => ((global::Aspire.Cli.Commands.Sdk.CallbackParameterInfo)obj).Type, 81Setter = static (obj, value) => ((global::Aspire.Cli.Commands.Sdk.CallbackParameterInfo)obj).Type = value!, 88AttributeProviderFactory = static () => typeof(global::Aspire.Cli.Commands.Sdk.CallbackParameterInfo).GetProperty("Type", InstanceMemberBindingFlags, null, typeof(global::Aspire.Cli.Commands.Sdk.TypeRefInfo), global::System.Array.Empty<global::System.Type>(), null), 98private void CallbackParameterInfoSerializeHandler(global::System.Text.Json.Utf8JsonWriter writer, global::Aspire.Cli.Commands.Sdk.CallbackParameterInfo? value) 108writer.WriteString(PropName_Name, ((global::Aspire.Cli.Commands.Sdk.CallbackParameterInfo)value).Name); 110TypeRefInfoSerializeHandler(writer, ((global::Aspire.Cli.Commands.Sdk.CallbackParameterInfo)value).Type);
BackchannelJsonSerializerContext.GetJsonTypeInfo.g.cs (2)
98if (type == typeof(global::Aspire.Cli.Commands.Sdk.CallbackParameterInfo)) 278if (type == typeof(global::System.Collections.Generic.List<global::Aspire.Cli.Commands.Sdk.CallbackParameterInfo>))
BackchannelJsonSerializerContext.ListCallbackParameterInfo.g.cs (12)
13private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.List<global::Aspire.Cli.Commands.Sdk.CallbackParameterInfo>>? _ListCallbackParameterInfo; 19public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.List<global::Aspire.Cli.Commands.Sdk.CallbackParameterInfo>> ListCallbackParameterInfo 22get => _ListCallbackParameterInfo ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.List<global::Aspire.Cli.Commands.Sdk.CallbackParameterInfo>>)Options.GetTypeInfo(typeof(global::System.Collections.Generic.List<global::Aspire.Cli.Commands.Sdk.CallbackParameterInfo>)); 25private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.List<global::Aspire.Cli.Commands.Sdk.CallbackParameterInfo>> Create_ListCallbackParameterInfo(global::System.Text.Json.JsonSerializerOptions options) 27if (!TryGetTypeInfoForRuntimeCustomConverter<global::System.Collections.Generic.List<global::Aspire.Cli.Commands.Sdk.CallbackParameterInfo>>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.List<global::Aspire.Cli.Commands.Sdk.CallbackParameterInfo>> jsonTypeInfo)) 29var info = new global::System.Text.Json.Serialization.Metadata.JsonCollectionInfoValues<global::System.Collections.Generic.List<global::Aspire.Cli.Commands.Sdk.CallbackParameterInfo>> 31ObjectCreator = () => new global::System.Collections.Generic.List<global::Aspire.Cli.Commands.Sdk.CallbackParameterInfo>(), 35jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateListInfo<global::System.Collections.Generic.List<global::Aspire.Cli.Commands.Sdk.CallbackParameterInfo>, global::Aspire.Cli.Commands.Sdk.CallbackParameterInfo>(options, info); 45private void ListCallbackParameterInfoSerializeHandler(global::System.Text.Json.Utf8JsonWriter writer, global::System.Collections.Generic.List<global::Aspire.Cli.Commands.Sdk.CallbackParameterInfo>? value)
BackchannelJsonSerializerContext.ParameterInfo.g.cs (3)
153var info5 = new global::System.Text.Json.Serialization.Metadata.JsonPropertyInfoValues<global::System.Collections.Generic.List<global::Aspire.Cli.Commands.Sdk.CallbackParameterInfo>> 168AttributeProviderFactory = static () => typeof(global::Aspire.Cli.Commands.Sdk.ParameterInfo).GetProperty("CallbackParameters", InstanceMemberBindingFlags, null, typeof(global::System.Collections.Generic.List<global::Aspire.Cli.Commands.Sdk.CallbackParameterInfo>), global::System.Array.Empty<global::System.Type>(), null), 171properties[5] = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreatePropertyInfo<global::System.Collections.Generic.List<global::Aspire.Cli.Commands.Sdk.CallbackParameterInfo>>(options, info5);
CapabilitiesJsonContext.CallbackParameterInfo.g.cs (21)
13private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Aspire.Cli.Commands.Sdk.CallbackParameterInfo>? _CallbackParameterInfo; 19public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Aspire.Cli.Commands.Sdk.CallbackParameterInfo> CallbackParameterInfo 22get => _CallbackParameterInfo ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Aspire.Cli.Commands.Sdk.CallbackParameterInfo>)Options.GetTypeInfo(typeof(global::Aspire.Cli.Commands.Sdk.CallbackParameterInfo)); 25private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Aspire.Cli.Commands.Sdk.CallbackParameterInfo> Create_CallbackParameterInfo(global::System.Text.Json.JsonSerializerOptions options) 27if (!TryGetTypeInfoForRuntimeCustomConverter<global::Aspire.Cli.Commands.Sdk.CallbackParameterInfo>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Aspire.Cli.Commands.Sdk.CallbackParameterInfo> jsonTypeInfo)) 29var objectInfo = new global::System.Text.Json.Serialization.Metadata.JsonObjectInfoValues<global::Aspire.Cli.Commands.Sdk.CallbackParameterInfo> 35ConstructorAttributeProviderFactory = static () => typeof(global::Aspire.Cli.Commands.Sdk.CallbackParameterInfo).GetConstructor(InstanceMemberBindingFlags, binder: null, global::System.Array.Empty<global::System.Type>(), modifiers: null), 39jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateObjectInfo<global::Aspire.Cli.Commands.Sdk.CallbackParameterInfo>(options, objectInfo); 56DeclaringType = typeof(global::Aspire.Cli.Commands.Sdk.CallbackParameterInfo), 58Getter = static obj => ((global::Aspire.Cli.Commands.Sdk.CallbackParameterInfo)obj).Name, 59Setter = static (obj, value) => ((global::Aspire.Cli.Commands.Sdk.CallbackParameterInfo)obj).Name = value!, 66AttributeProviderFactory = static () => typeof(global::Aspire.Cli.Commands.Sdk.CallbackParameterInfo).GetProperty("Name", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null), 78DeclaringType = typeof(global::Aspire.Cli.Commands.Sdk.CallbackParameterInfo), 80Getter = static obj => ((global::Aspire.Cli.Commands.Sdk.CallbackParameterInfo)obj).Type, 81Setter = static (obj, value) => ((global::Aspire.Cli.Commands.Sdk.CallbackParameterInfo)obj).Type = value!, 88AttributeProviderFactory = static () => typeof(global::Aspire.Cli.Commands.Sdk.CallbackParameterInfo).GetProperty("Type", InstanceMemberBindingFlags, null, typeof(global::Aspire.Cli.Commands.Sdk.TypeRefInfo), global::System.Array.Empty<global::System.Type>(), null), 98private void CallbackParameterInfoSerializeHandler(global::System.Text.Json.Utf8JsonWriter writer, global::Aspire.Cli.Commands.Sdk.CallbackParameterInfo? value) 108string __value_Name = ((global::Aspire.Cli.Commands.Sdk.CallbackParameterInfo)value).Name; 113global::Aspire.Cli.Commands.Sdk.TypeRefInfo __value_Type = ((global::Aspire.Cli.Commands.Sdk.CallbackParameterInfo)value).Type;
CapabilitiesJsonContext.GetJsonTypeInfo.g.cs (2)
26if (type == typeof(global::Aspire.Cli.Commands.Sdk.CallbackParameterInfo)) 66if (type == typeof(global::System.Collections.Generic.List<global::Aspire.Cli.Commands.Sdk.CallbackParameterInfo>))
CapabilitiesJsonContext.ListCallbackParameterInfo.g.cs (12)
13private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.List<global::Aspire.Cli.Commands.Sdk.CallbackParameterInfo>>? _ListCallbackParameterInfo; 19public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.List<global::Aspire.Cli.Commands.Sdk.CallbackParameterInfo>> ListCallbackParameterInfo 22get => _ListCallbackParameterInfo ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.List<global::Aspire.Cli.Commands.Sdk.CallbackParameterInfo>>)Options.GetTypeInfo(typeof(global::System.Collections.Generic.List<global::Aspire.Cli.Commands.Sdk.CallbackParameterInfo>)); 25private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.List<global::Aspire.Cli.Commands.Sdk.CallbackParameterInfo>> Create_ListCallbackParameterInfo(global::System.Text.Json.JsonSerializerOptions options) 27if (!TryGetTypeInfoForRuntimeCustomConverter<global::System.Collections.Generic.List<global::Aspire.Cli.Commands.Sdk.CallbackParameterInfo>>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.List<global::Aspire.Cli.Commands.Sdk.CallbackParameterInfo>> jsonTypeInfo)) 29var info = new global::System.Text.Json.Serialization.Metadata.JsonCollectionInfoValues<global::System.Collections.Generic.List<global::Aspire.Cli.Commands.Sdk.CallbackParameterInfo>> 31ObjectCreator = () => new global::System.Collections.Generic.List<global::Aspire.Cli.Commands.Sdk.CallbackParameterInfo>(), 35jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateListInfo<global::System.Collections.Generic.List<global::Aspire.Cli.Commands.Sdk.CallbackParameterInfo>, global::Aspire.Cli.Commands.Sdk.CallbackParameterInfo>(options, info); 45private void ListCallbackParameterInfoSerializeHandler(global::System.Text.Json.Utf8JsonWriter writer, global::System.Collections.Generic.List<global::Aspire.Cli.Commands.Sdk.CallbackParameterInfo>? value)
CapabilitiesJsonContext.ParameterInfo.g.cs (4)
153var info5 = new global::System.Text.Json.Serialization.Metadata.JsonPropertyInfoValues<global::System.Collections.Generic.List<global::Aspire.Cli.Commands.Sdk.CallbackParameterInfo>> 168AttributeProviderFactory = static () => typeof(global::Aspire.Cli.Commands.Sdk.ParameterInfo).GetProperty("CallbackParameters", InstanceMemberBindingFlags, null, typeof(global::System.Collections.Generic.List<global::Aspire.Cli.Commands.Sdk.CallbackParameterInfo>), global::System.Array.Empty<global::System.Type>(), null), 171properties[5] = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreatePropertyInfo<global::System.Collections.Generic.List<global::Aspire.Cli.Commands.Sdk.CallbackParameterInfo>>(options, info5); 242global::System.Collections.Generic.List<global::Aspire.Cli.Commands.Sdk.CallbackParameterInfo> __value_CallbackParameters = ((global::Aspire.Cli.Commands.Sdk.ParameterInfo)value).CallbackParameters;
Commands\Sdk\SdkDumpCommand.cs (2)
530public List<CallbackParameterInfo>? CallbackParameters { get; set; } 599[JsonSerializable(typeof(CallbackParameterInfo))]