2 instantiations of ParameterInfo
aspire (2)
BackchannelJsonSerializerContext.ParameterInfo.g.cs (1)
31
ObjectCreator = () => new global::Aspire.Cli.Commands.Sdk.
ParameterInfo
(),
CapabilitiesJsonContext.ParameterInfo.g.cs (1)
31
ObjectCreator = () => new global::Aspire.Cli.Commands.Sdk.
ParameterInfo
(),
139 references to ParameterInfo
aspire (139)
BackchannelJsonSerializerContext.CapabilityInfo.g.cs (3)
239
var info9 = new global::System.Text.Json.Serialization.Metadata.JsonPropertyInfoValues<global::System.Collections.Generic.List<global::Aspire.Cli.Commands.Sdk.
ParameterInfo
>>
254
AttributeProviderFactory = static () => typeof(global::Aspire.Cli.Commands.Sdk.CapabilityInfo).GetProperty("Parameters", InstanceMemberBindingFlags, null, typeof(global::System.Collections.Generic.List<global::Aspire.Cli.Commands.Sdk.
ParameterInfo
>), global::System.Array.Empty<global::System.Type>(), null),
257
properties[9] = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreatePropertyInfo<global::System.Collections.Generic.List<global::Aspire.Cli.Commands.Sdk.
ParameterInfo
>>(options, info9);
BackchannelJsonSerializerContext.GetJsonTypeInfo.g.cs (2)
130
if (type == typeof(global::Aspire.Cli.Commands.Sdk.
ParameterInfo
))
306
if (type == typeof(global::System.Collections.Generic.List<global::Aspire.Cli.Commands.Sdk.
ParameterInfo
>))
BackchannelJsonSerializerContext.ListParameterInfo.g.cs (12)
13
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.List<global::Aspire.Cli.Commands.Sdk.
ParameterInfo
>>? _ListParameterInfo;
19
public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.List<global::Aspire.Cli.Commands.Sdk.
ParameterInfo
>> ListParameterInfo
22
get => _ListParameterInfo ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.List<global::Aspire.Cli.Commands.Sdk.
ParameterInfo
>>)Options.GetTypeInfo(typeof(global::System.Collections.Generic.List<global::Aspire.Cli.Commands.Sdk.
ParameterInfo
>));
25
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.List<global::Aspire.Cli.Commands.Sdk.
ParameterInfo
>> Create_ListParameterInfo(global::System.Text.Json.JsonSerializerOptions options)
27
if (!TryGetTypeInfoForRuntimeCustomConverter<global::System.Collections.Generic.List<global::Aspire.Cli.Commands.Sdk.
ParameterInfo
>>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.List<global::Aspire.Cli.Commands.Sdk.
ParameterInfo
>> jsonTypeInfo))
29
var info = new global::System.Text.Json.Serialization.Metadata.JsonCollectionInfoValues<global::System.Collections.Generic.List<global::Aspire.Cli.Commands.Sdk.
ParameterInfo
>>
31
ObjectCreator = () => new global::System.Collections.Generic.List<global::Aspire.Cli.Commands.Sdk.
ParameterInfo
>(),
35
jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateListInfo<global::System.Collections.Generic.List<global::Aspire.Cli.Commands.Sdk.
ParameterInfo
>, global::Aspire.Cli.Commands.Sdk.
ParameterInfo
>(options, info);
45
private void ListParameterInfoSerializeHandler(global::System.Text.Json.Utf8JsonWriter writer, global::System.Collections.Generic.List<global::Aspire.Cli.Commands.Sdk.
ParameterInfo
>? value)
BackchannelJsonSerializerContext.ParameterInfo.g.cs (51)
13
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Aspire.Cli.Commands.Sdk.
ParameterInfo
>? _ParameterInfo;
19
public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Aspire.Cli.Commands.Sdk.
ParameterInfo
> ParameterInfo
22
get => _ParameterInfo ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Aspire.Cli.Commands.Sdk.
ParameterInfo
>)Options.GetTypeInfo(typeof(global::Aspire.Cli.Commands.Sdk.
ParameterInfo
));
25
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Aspire.Cli.Commands.Sdk.
ParameterInfo
> Create_ParameterInfo(global::System.Text.Json.JsonSerializerOptions options)
27
if (!TryGetTypeInfoForRuntimeCustomConverter<global::Aspire.Cli.Commands.Sdk.
ParameterInfo
>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Aspire.Cli.Commands.Sdk.
ParameterInfo
> jsonTypeInfo))
29
var objectInfo = new global::System.Text.Json.Serialization.Metadata.JsonObjectInfoValues<global::Aspire.Cli.Commands.Sdk.
ParameterInfo
>
35
ConstructorAttributeProviderFactory = static () => typeof(global::Aspire.Cli.Commands.Sdk.
ParameterInfo
).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.
ParameterInfo
>(options, objectInfo);
56
DeclaringType = typeof(global::Aspire.Cli.Commands.Sdk.
ParameterInfo
),
58
Getter = static obj => ((global::Aspire.Cli.Commands.Sdk.
ParameterInfo
)obj).Name,
59
Setter = static (obj, value) => ((global::Aspire.Cli.Commands.Sdk.
ParameterInfo
)obj).Name = value!,
66
AttributeProviderFactory = static () => typeof(global::Aspire.Cli.Commands.Sdk.
ParameterInfo
).GetProperty("Name", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null),
78
DeclaringType = typeof(global::Aspire.Cli.Commands.Sdk.
ParameterInfo
),
80
Getter = static obj => ((global::Aspire.Cli.Commands.Sdk.
ParameterInfo
)obj).Type,
81
Setter = static (obj, value) => ((global::Aspire.Cli.Commands.Sdk.
ParameterInfo
)obj).Type = value!,
88
AttributeProviderFactory = static () => typeof(global::Aspire.Cli.Commands.Sdk.
ParameterInfo
).GetProperty("Type", InstanceMemberBindingFlags, null, typeof(global::Aspire.Cli.Commands.Sdk.TypeRefInfo), global::System.Array.Empty<global::System.Type>(), null),
98
DeclaringType = typeof(global::Aspire.Cli.Commands.Sdk.
ParameterInfo
),
100
Getter = static obj => ((global::Aspire.Cli.Commands.Sdk.
ParameterInfo
)obj).IsOptional,
101
Setter = static (obj, value) => ((global::Aspire.Cli.Commands.Sdk.
ParameterInfo
)obj).IsOptional = value!,
108
AttributeProviderFactory = static () => typeof(global::Aspire.Cli.Commands.Sdk.
ParameterInfo
).GetProperty("IsOptional", InstanceMemberBindingFlags, null, typeof(bool), global::System.Array.Empty<global::System.Type>(), null),
118
DeclaringType = typeof(global::Aspire.Cli.Commands.Sdk.
ParameterInfo
),
120
Getter = static obj => ((global::Aspire.Cli.Commands.Sdk.
ParameterInfo
)obj).IsNullable,
121
Setter = static (obj, value) => ((global::Aspire.Cli.Commands.Sdk.
ParameterInfo
)obj).IsNullable = value!,
128
AttributeProviderFactory = static () => typeof(global::Aspire.Cli.Commands.Sdk.
ParameterInfo
).GetProperty("IsNullable", InstanceMemberBindingFlags, null, typeof(bool), global::System.Array.Empty<global::System.Type>(), null),
138
DeclaringType = typeof(global::Aspire.Cli.Commands.Sdk.
ParameterInfo
),
140
Getter = static obj => ((global::Aspire.Cli.Commands.Sdk.
ParameterInfo
)obj).IsCallback,
141
Setter = static (obj, value) => ((global::Aspire.Cli.Commands.Sdk.
ParameterInfo
)obj).IsCallback = value!,
148
AttributeProviderFactory = static () => typeof(global::Aspire.Cli.Commands.Sdk.
ParameterInfo
).GetProperty("IsCallback", InstanceMemberBindingFlags, null, typeof(bool), global::System.Array.Empty<global::System.Type>(), null),
158
DeclaringType = typeof(global::Aspire.Cli.Commands.Sdk.
ParameterInfo
),
160
Getter = static obj => ((global::Aspire.Cli.Commands.Sdk.
ParameterInfo
)obj).CallbackParameters,
161
Setter = static (obj, value) => ((global::Aspire.Cli.Commands.Sdk.
ParameterInfo
)obj).CallbackParameters = value!,
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),
178
DeclaringType = typeof(global::Aspire.Cli.Commands.Sdk.
ParameterInfo
),
180
Getter = static obj => ((global::Aspire.Cli.Commands.Sdk.
ParameterInfo
)obj).CallbackReturnType,
181
Setter = static (obj, value) => ((global::Aspire.Cli.Commands.Sdk.
ParameterInfo
)obj).CallbackReturnType = value!,
188
AttributeProviderFactory = static () => typeof(global::Aspire.Cli.Commands.Sdk.
ParameterInfo
).GetProperty("CallbackReturnType", InstanceMemberBindingFlags, null, typeof(global::Aspire.Cli.Commands.Sdk.TypeRefInfo), global::System.Array.Empty<global::System.Type>(), null),
198
DeclaringType = typeof(global::Aspire.Cli.Commands.Sdk.
ParameterInfo
),
200
Getter = static obj => ((global::Aspire.Cli.Commands.Sdk.
ParameterInfo
)obj).DefaultValue,
201
Setter = static (obj, value) => ((global::Aspire.Cli.Commands.Sdk.
ParameterInfo
)obj).DefaultValue = value!,
208
AttributeProviderFactory = static () => typeof(global::Aspire.Cli.Commands.Sdk.
ParameterInfo
).GetProperty("DefaultValue", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null),
218
private void ParameterInfoSerializeHandler(global::System.Text.Json.Utf8JsonWriter writer, global::Aspire.Cli.Commands.Sdk.
ParameterInfo
? value)
228
writer.WriteString(PropName_Name, ((global::Aspire.Cli.Commands.Sdk.
ParameterInfo
)value).Name);
230
TypeRefInfoSerializeHandler(writer, ((global::Aspire.Cli.Commands.Sdk.
ParameterInfo
)value).Type);
231
writer.WriteBoolean(PropName_IsOptional, ((global::Aspire.Cli.Commands.Sdk.
ParameterInfo
)value).IsOptional);
232
writer.WriteBoolean(PropName_IsNullable, ((global::Aspire.Cli.Commands.Sdk.
ParameterInfo
)value).IsNullable);
233
writer.WriteBoolean(PropName_IsCallback, ((global::Aspire.Cli.Commands.Sdk.
ParameterInfo
)value).IsCallback);
235
ListCallbackParameterInfoSerializeHandler(writer, ((global::Aspire.Cli.Commands.Sdk.
ParameterInfo
)value).CallbackParameters);
237
TypeRefInfoSerializeHandler(writer, ((global::Aspire.Cli.Commands.Sdk.
ParameterInfo
)value).CallbackReturnType);
238
writer.WriteString(PropName_DefaultValue, ((global::Aspire.Cli.Commands.Sdk.
ParameterInfo
)value).DefaultValue);
CapabilitiesJsonContext.CapabilityInfo.g.cs (4)
239
var info9 = new global::System.Text.Json.Serialization.Metadata.JsonPropertyInfoValues<global::System.Collections.Generic.List<global::Aspire.Cli.Commands.Sdk.
ParameterInfo
>>
254
AttributeProviderFactory = static () => typeof(global::Aspire.Cli.Commands.Sdk.CapabilityInfo).GetProperty("Parameters", InstanceMemberBindingFlags, null, typeof(global::System.Collections.Generic.List<global::Aspire.Cli.Commands.Sdk.
ParameterInfo
>), global::System.Array.Empty<global::System.Type>(), null),
257
properties[9] = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreatePropertyInfo<global::System.Collections.Generic.List<global::Aspire.Cli.Commands.Sdk.
ParameterInfo
>>(options, info9);
379
global::System.Collections.Generic.List<global::Aspire.Cli.Commands.Sdk.
ParameterInfo
> __value_Parameters = ((global::Aspire.Cli.Commands.Sdk.CapabilityInfo)value).Parameters;
CapabilitiesJsonContext.GetJsonTypeInfo.g.cs (2)
58
if (type == typeof(global::Aspire.Cli.Commands.Sdk.
ParameterInfo
))
94
if (type == typeof(global::System.Collections.Generic.List<global::Aspire.Cli.Commands.Sdk.
ParameterInfo
>))
CapabilitiesJsonContext.ListParameterInfo.g.cs (12)
13
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.List<global::Aspire.Cli.Commands.Sdk.
ParameterInfo
>>? _ListParameterInfo;
19
public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.List<global::Aspire.Cli.Commands.Sdk.
ParameterInfo
>> ListParameterInfo
22
get => _ListParameterInfo ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.List<global::Aspire.Cli.Commands.Sdk.
ParameterInfo
>>)Options.GetTypeInfo(typeof(global::System.Collections.Generic.List<global::Aspire.Cli.Commands.Sdk.
ParameterInfo
>));
25
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.List<global::Aspire.Cli.Commands.Sdk.
ParameterInfo
>> Create_ListParameterInfo(global::System.Text.Json.JsonSerializerOptions options)
27
if (!TryGetTypeInfoForRuntimeCustomConverter<global::System.Collections.Generic.List<global::Aspire.Cli.Commands.Sdk.
ParameterInfo
>>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.List<global::Aspire.Cli.Commands.Sdk.
ParameterInfo
>> jsonTypeInfo))
29
var info = new global::System.Text.Json.Serialization.Metadata.JsonCollectionInfoValues<global::System.Collections.Generic.List<global::Aspire.Cli.Commands.Sdk.
ParameterInfo
>>
31
ObjectCreator = () => new global::System.Collections.Generic.List<global::Aspire.Cli.Commands.Sdk.
ParameterInfo
>(),
35
jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateListInfo<global::System.Collections.Generic.List<global::Aspire.Cli.Commands.Sdk.
ParameterInfo
>, global::Aspire.Cli.Commands.Sdk.
ParameterInfo
>(options, info);
45
private void ListParameterInfoSerializeHandler(global::System.Text.Json.Utf8JsonWriter writer, global::System.Collections.Generic.List<global::Aspire.Cli.Commands.Sdk.
ParameterInfo
>? value)
CapabilitiesJsonContext.ParameterInfo.g.cs (51)
13
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Aspire.Cli.Commands.Sdk.
ParameterInfo
>? _ParameterInfo;
19
public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Aspire.Cli.Commands.Sdk.
ParameterInfo
> ParameterInfo
22
get => _ParameterInfo ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Aspire.Cli.Commands.Sdk.
ParameterInfo
>)Options.GetTypeInfo(typeof(global::Aspire.Cli.Commands.Sdk.
ParameterInfo
));
25
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Aspire.Cli.Commands.Sdk.
ParameterInfo
> Create_ParameterInfo(global::System.Text.Json.JsonSerializerOptions options)
27
if (!TryGetTypeInfoForRuntimeCustomConverter<global::Aspire.Cli.Commands.Sdk.
ParameterInfo
>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Aspire.Cli.Commands.Sdk.
ParameterInfo
> jsonTypeInfo))
29
var objectInfo = new global::System.Text.Json.Serialization.Metadata.JsonObjectInfoValues<global::Aspire.Cli.Commands.Sdk.
ParameterInfo
>
35
ConstructorAttributeProviderFactory = static () => typeof(global::Aspire.Cli.Commands.Sdk.
ParameterInfo
).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.
ParameterInfo
>(options, objectInfo);
56
DeclaringType = typeof(global::Aspire.Cli.Commands.Sdk.
ParameterInfo
),
58
Getter = static obj => ((global::Aspire.Cli.Commands.Sdk.
ParameterInfo
)obj).Name,
59
Setter = static (obj, value) => ((global::Aspire.Cli.Commands.Sdk.
ParameterInfo
)obj).Name = value!,
66
AttributeProviderFactory = static () => typeof(global::Aspire.Cli.Commands.Sdk.
ParameterInfo
).GetProperty("Name", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null),
78
DeclaringType = typeof(global::Aspire.Cli.Commands.Sdk.
ParameterInfo
),
80
Getter = static obj => ((global::Aspire.Cli.Commands.Sdk.
ParameterInfo
)obj).Type,
81
Setter = static (obj, value) => ((global::Aspire.Cli.Commands.Sdk.
ParameterInfo
)obj).Type = value!,
88
AttributeProviderFactory = static () => typeof(global::Aspire.Cli.Commands.Sdk.
ParameterInfo
).GetProperty("Type", InstanceMemberBindingFlags, null, typeof(global::Aspire.Cli.Commands.Sdk.TypeRefInfo), global::System.Array.Empty<global::System.Type>(), null),
98
DeclaringType = typeof(global::Aspire.Cli.Commands.Sdk.
ParameterInfo
),
100
Getter = static obj => ((global::Aspire.Cli.Commands.Sdk.
ParameterInfo
)obj).IsOptional,
101
Setter = static (obj, value) => ((global::Aspire.Cli.Commands.Sdk.
ParameterInfo
)obj).IsOptional = value!,
108
AttributeProviderFactory = static () => typeof(global::Aspire.Cli.Commands.Sdk.
ParameterInfo
).GetProperty("IsOptional", InstanceMemberBindingFlags, null, typeof(bool), global::System.Array.Empty<global::System.Type>(), null),
118
DeclaringType = typeof(global::Aspire.Cli.Commands.Sdk.
ParameterInfo
),
120
Getter = static obj => ((global::Aspire.Cli.Commands.Sdk.
ParameterInfo
)obj).IsNullable,
121
Setter = static (obj, value) => ((global::Aspire.Cli.Commands.Sdk.
ParameterInfo
)obj).IsNullable = value!,
128
AttributeProviderFactory = static () => typeof(global::Aspire.Cli.Commands.Sdk.
ParameterInfo
).GetProperty("IsNullable", InstanceMemberBindingFlags, null, typeof(bool), global::System.Array.Empty<global::System.Type>(), null),
138
DeclaringType = typeof(global::Aspire.Cli.Commands.Sdk.
ParameterInfo
),
140
Getter = static obj => ((global::Aspire.Cli.Commands.Sdk.
ParameterInfo
)obj).IsCallback,
141
Setter = static (obj, value) => ((global::Aspire.Cli.Commands.Sdk.
ParameterInfo
)obj).IsCallback = value!,
148
AttributeProviderFactory = static () => typeof(global::Aspire.Cli.Commands.Sdk.
ParameterInfo
).GetProperty("IsCallback", InstanceMemberBindingFlags, null, typeof(bool), global::System.Array.Empty<global::System.Type>(), null),
158
DeclaringType = typeof(global::Aspire.Cli.Commands.Sdk.
ParameterInfo
),
160
Getter = static obj => ((global::Aspire.Cli.Commands.Sdk.
ParameterInfo
)obj).CallbackParameters,
161
Setter = static (obj, value) => ((global::Aspire.Cli.Commands.Sdk.
ParameterInfo
)obj).CallbackParameters = value!,
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),
178
DeclaringType = typeof(global::Aspire.Cli.Commands.Sdk.
ParameterInfo
),
180
Getter = static obj => ((global::Aspire.Cli.Commands.Sdk.
ParameterInfo
)obj).CallbackReturnType,
181
Setter = static (obj, value) => ((global::Aspire.Cli.Commands.Sdk.
ParameterInfo
)obj).CallbackReturnType = value!,
188
AttributeProviderFactory = static () => typeof(global::Aspire.Cli.Commands.Sdk.
ParameterInfo
).GetProperty("CallbackReturnType", InstanceMemberBindingFlags, null, typeof(global::Aspire.Cli.Commands.Sdk.TypeRefInfo), global::System.Array.Empty<global::System.Type>(), null),
198
DeclaringType = typeof(global::Aspire.Cli.Commands.Sdk.
ParameterInfo
),
200
Getter = static obj => ((global::Aspire.Cli.Commands.Sdk.
ParameterInfo
)obj).DefaultValue,
201
Setter = static (obj, value) => ((global::Aspire.Cli.Commands.Sdk.
ParameterInfo
)obj).DefaultValue = value!,
208
AttributeProviderFactory = static () => typeof(global::Aspire.Cli.Commands.Sdk.
ParameterInfo
).GetProperty("DefaultValue", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null),
218
private void ParameterInfoSerializeHandler(global::System.Text.Json.Utf8JsonWriter writer, global::Aspire.Cli.Commands.Sdk.
ParameterInfo
? value)
228
string __value_Name = ((global::Aspire.Cli.Commands.Sdk.
ParameterInfo
)value).Name;
233
global::Aspire.Cli.Commands.Sdk.TypeRefInfo __value_Type = ((global::Aspire.Cli.Commands.Sdk.
ParameterInfo
)value).Type;
239
writer.WriteBoolean(PropName_IsOptional, ((global::Aspire.Cli.Commands.Sdk.
ParameterInfo
)value).IsOptional);
240
writer.WriteBoolean(PropName_IsNullable, ((global::Aspire.Cli.Commands.Sdk.
ParameterInfo
)value).IsNullable);
241
writer.WriteBoolean(PropName_IsCallback, ((global::Aspire.Cli.Commands.Sdk.
ParameterInfo
)value).IsCallback);
242
global::System.Collections.Generic.List<global::Aspire.Cli.Commands.Sdk.CallbackParameterInfo> __value_CallbackParameters = ((global::Aspire.Cli.Commands.Sdk.
ParameterInfo
)value).CallbackParameters;
248
global::Aspire.Cli.Commands.Sdk.TypeRefInfo __value_CallbackReturnType = ((global::Aspire.Cli.Commands.Sdk.
ParameterInfo
)value).CallbackReturnType;
254
string __value_DefaultValue = ((global::Aspire.Cli.Commands.Sdk.
ParameterInfo
)value).DefaultValue;
Commands\Sdk\SdkDumpCommand.cs (2)
517
public List<
ParameterInfo
> Parameters { get; set; } = [];
598
[JsonSerializable(typeof(
ParameterInfo
))]