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