2 instantiations of HandleTypeInfo
aspire (2)
BackchannelJsonSerializerContext.HandleTypeInfo.g.cs (1)
31
ObjectCreator = () => new global::Aspire.Cli.Commands.Sdk.
HandleTypeInfo
(),
CapabilitiesJsonContext.HandleTypeInfo.g.cs (1)
31
ObjectCreator = () => new global::Aspire.Cli.Commands.Sdk.
HandleTypeInfo
(),
121 references to HandleTypeInfo
aspire (121)
BackchannelJsonSerializerContext.CapabilitiesInfo.g.cs (3)
73
var info1 = new global::System.Text.Json.Serialization.Metadata.JsonPropertyInfoValues<global::System.Collections.Generic.List<global::Aspire.Cli.Commands.Sdk.
HandleTypeInfo
>>
88
AttributeProviderFactory = static () => typeof(global::Aspire.Cli.Commands.Sdk.CapabilitiesInfo).GetProperty("HandleTypes", InstanceMemberBindingFlags, null, typeof(global::System.Collections.Generic.List<global::Aspire.Cli.Commands.Sdk.
HandleTypeInfo
>), global::System.Array.Empty<global::System.Type>(), null),
91
properties[1] = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreatePropertyInfo<global::System.Collections.Generic.List<global::Aspire.Cli.Commands.Sdk.
HandleTypeInfo
>>(options, info1);
BackchannelJsonSerializerContext.GetJsonTypeInfo.g.cs (2)
126
if (type == typeof(global::Aspire.Cli.Commands.Sdk.
HandleTypeInfo
))
302
if (type == typeof(global::System.Collections.Generic.List<global::Aspire.Cli.Commands.Sdk.
HandleTypeInfo
>))
BackchannelJsonSerializerContext.HandleTypeInfo.g.cs (41)
13
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Aspire.Cli.Commands.Sdk.
HandleTypeInfo
>? _HandleTypeInfo;
19
public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Aspire.Cli.Commands.Sdk.
HandleTypeInfo
> HandleTypeInfo
22
get => _HandleTypeInfo ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Aspire.Cli.Commands.Sdk.
HandleTypeInfo
>)Options.GetTypeInfo(typeof(global::Aspire.Cli.Commands.Sdk.
HandleTypeInfo
));
25
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Aspire.Cli.Commands.Sdk.
HandleTypeInfo
> Create_HandleTypeInfo(global::System.Text.Json.JsonSerializerOptions options)
27
if (!TryGetTypeInfoForRuntimeCustomConverter<global::Aspire.Cli.Commands.Sdk.
HandleTypeInfo
>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Aspire.Cli.Commands.Sdk.
HandleTypeInfo
> jsonTypeInfo))
29
var objectInfo = new global::System.Text.Json.Serialization.Metadata.JsonObjectInfoValues<global::Aspire.Cli.Commands.Sdk.
HandleTypeInfo
>
35
ConstructorAttributeProviderFactory = static () => typeof(global::Aspire.Cli.Commands.Sdk.
HandleTypeInfo
).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.
HandleTypeInfo
>(options, objectInfo);
56
DeclaringType = typeof(global::Aspire.Cli.Commands.Sdk.
HandleTypeInfo
),
58
Getter = static obj => ((global::Aspire.Cli.Commands.Sdk.
HandleTypeInfo
)obj).AtsTypeId,
59
Setter = static (obj, value) => ((global::Aspire.Cli.Commands.Sdk.
HandleTypeInfo
)obj).AtsTypeId = value!,
66
AttributeProviderFactory = static () => typeof(global::Aspire.Cli.Commands.Sdk.
HandleTypeInfo
).GetProperty("AtsTypeId", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null),
78
DeclaringType = typeof(global::Aspire.Cli.Commands.Sdk.
HandleTypeInfo
),
80
Getter = static obj => ((global::Aspire.Cli.Commands.Sdk.
HandleTypeInfo
)obj).IsInterface,
81
Setter = static (obj, value) => ((global::Aspire.Cli.Commands.Sdk.
HandleTypeInfo
)obj).IsInterface = value!,
88
AttributeProviderFactory = static () => typeof(global::Aspire.Cli.Commands.Sdk.
HandleTypeInfo
).GetProperty("IsInterface", InstanceMemberBindingFlags, null, typeof(bool), global::System.Array.Empty<global::System.Type>(), null),
98
DeclaringType = typeof(global::Aspire.Cli.Commands.Sdk.
HandleTypeInfo
),
100
Getter = static obj => ((global::Aspire.Cli.Commands.Sdk.
HandleTypeInfo
)obj).ExposeProperties,
101
Setter = static (obj, value) => ((global::Aspire.Cli.Commands.Sdk.
HandleTypeInfo
)obj).ExposeProperties = value!,
108
AttributeProviderFactory = static () => typeof(global::Aspire.Cli.Commands.Sdk.
HandleTypeInfo
).GetProperty("ExposeProperties", InstanceMemberBindingFlags, null, typeof(bool), global::System.Array.Empty<global::System.Type>(), null),
118
DeclaringType = typeof(global::Aspire.Cli.Commands.Sdk.
HandleTypeInfo
),
120
Getter = static obj => ((global::Aspire.Cli.Commands.Sdk.
HandleTypeInfo
)obj).ExposeMethods,
121
Setter = static (obj, value) => ((global::Aspire.Cli.Commands.Sdk.
HandleTypeInfo
)obj).ExposeMethods = value!,
128
AttributeProviderFactory = static () => typeof(global::Aspire.Cli.Commands.Sdk.
HandleTypeInfo
).GetProperty("ExposeMethods", InstanceMemberBindingFlags, null, typeof(bool), global::System.Array.Empty<global::System.Type>(), null),
138
DeclaringType = typeof(global::Aspire.Cli.Commands.Sdk.
HandleTypeInfo
),
140
Getter = static obj => ((global::Aspire.Cli.Commands.Sdk.
HandleTypeInfo
)obj).ImplementedInterfaces,
141
Setter = static (obj, value) => ((global::Aspire.Cli.Commands.Sdk.
HandleTypeInfo
)obj).ImplementedInterfaces = value!,
148
AttributeProviderFactory = static () => typeof(global::Aspire.Cli.Commands.Sdk.
HandleTypeInfo
).GetProperty("ImplementedInterfaces", InstanceMemberBindingFlags, null, typeof(global::System.Collections.Generic.List<global::Aspire.Cli.Commands.Sdk.TypeRefInfo>), global::System.Array.Empty<global::System.Type>(), null),
160
DeclaringType = typeof(global::Aspire.Cli.Commands.Sdk.
HandleTypeInfo
),
162
Getter = static obj => ((global::Aspire.Cli.Commands.Sdk.
HandleTypeInfo
)obj).BaseTypeHierarchy,
163
Setter = static (obj, value) => ((global::Aspire.Cli.Commands.Sdk.
HandleTypeInfo
)obj).BaseTypeHierarchy = value!,
170
AttributeProviderFactory = static () => typeof(global::Aspire.Cli.Commands.Sdk.
HandleTypeInfo
).GetProperty("BaseTypeHierarchy", InstanceMemberBindingFlags, null, typeof(global::System.Collections.Generic.List<global::Aspire.Cli.Commands.Sdk.TypeRefInfo>), global::System.Array.Empty<global::System.Type>(), null),
182
private void HandleTypeInfoSerializeHandler(global::System.Text.Json.Utf8JsonWriter writer, global::Aspire.Cli.Commands.Sdk.
HandleTypeInfo
? value)
192
writer.WriteString(PropName_AtsTypeId, ((global::Aspire.Cli.Commands.Sdk.
HandleTypeInfo
)value).AtsTypeId);
193
writer.WriteBoolean(PropName_IsInterface, ((global::Aspire.Cli.Commands.Sdk.
HandleTypeInfo
)value).IsInterface);
194
writer.WriteBoolean(PropName_ExposeProperties, ((global::Aspire.Cli.Commands.Sdk.
HandleTypeInfo
)value).ExposeProperties);
195
writer.WriteBoolean(PropName_ExposeMethods, ((global::Aspire.Cli.Commands.Sdk.
HandleTypeInfo
)value).ExposeMethods);
197
ListTypeRefInfoSerializeHandler(writer, ((global::Aspire.Cli.Commands.Sdk.
HandleTypeInfo
)value).ImplementedInterfaces);
199
ListTypeRefInfoSerializeHandler(writer, ((global::Aspire.Cli.Commands.Sdk.
HandleTypeInfo
)value).BaseTypeHierarchy);
BackchannelJsonSerializerContext.ListHandleTypeInfo.g.cs (12)
13
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.List<global::Aspire.Cli.Commands.Sdk.
HandleTypeInfo
>>? _ListHandleTypeInfo;
19
public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.List<global::Aspire.Cli.Commands.Sdk.
HandleTypeInfo
>> ListHandleTypeInfo
22
get => _ListHandleTypeInfo ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.List<global::Aspire.Cli.Commands.Sdk.
HandleTypeInfo
>>)Options.GetTypeInfo(typeof(global::System.Collections.Generic.List<global::Aspire.Cli.Commands.Sdk.
HandleTypeInfo
>));
25
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.List<global::Aspire.Cli.Commands.Sdk.
HandleTypeInfo
>> Create_ListHandleTypeInfo(global::System.Text.Json.JsonSerializerOptions options)
27
if (!TryGetTypeInfoForRuntimeCustomConverter<global::System.Collections.Generic.List<global::Aspire.Cli.Commands.Sdk.
HandleTypeInfo
>>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.List<global::Aspire.Cli.Commands.Sdk.
HandleTypeInfo
>> jsonTypeInfo))
29
var info = new global::System.Text.Json.Serialization.Metadata.JsonCollectionInfoValues<global::System.Collections.Generic.List<global::Aspire.Cli.Commands.Sdk.
HandleTypeInfo
>>
31
ObjectCreator = () => new global::System.Collections.Generic.List<global::Aspire.Cli.Commands.Sdk.
HandleTypeInfo
>(),
35
jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateListInfo<global::System.Collections.Generic.List<global::Aspire.Cli.Commands.Sdk.
HandleTypeInfo
>, global::Aspire.Cli.Commands.Sdk.
HandleTypeInfo
>(options, info);
45
private void ListHandleTypeInfoSerializeHandler(global::System.Text.Json.Utf8JsonWriter writer, global::System.Collections.Generic.List<global::Aspire.Cli.Commands.Sdk.
HandleTypeInfo
>? value)
CapabilitiesJsonContext.CapabilitiesInfo.g.cs (4)
73
var info1 = new global::System.Text.Json.Serialization.Metadata.JsonPropertyInfoValues<global::System.Collections.Generic.List<global::Aspire.Cli.Commands.Sdk.
HandleTypeInfo
>>
88
AttributeProviderFactory = static () => typeof(global::Aspire.Cli.Commands.Sdk.CapabilitiesInfo).GetProperty("HandleTypes", InstanceMemberBindingFlags, null, typeof(global::System.Collections.Generic.List<global::Aspire.Cli.Commands.Sdk.
HandleTypeInfo
>), global::System.Array.Empty<global::System.Type>(), null),
91
properties[1] = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreatePropertyInfo<global::System.Collections.Generic.List<global::Aspire.Cli.Commands.Sdk.
HandleTypeInfo
>>(options, info1);
182
global::System.Collections.Generic.List<global::Aspire.Cli.Commands.Sdk.
HandleTypeInfo
> __value_HandleTypes = ((global::Aspire.Cli.Commands.Sdk.CapabilitiesInfo)value).HandleTypes;
CapabilitiesJsonContext.GetJsonTypeInfo.g.cs (2)
54
if (type == typeof(global::Aspire.Cli.Commands.Sdk.
HandleTypeInfo
))
90
if (type == typeof(global::System.Collections.Generic.List<global::Aspire.Cli.Commands.Sdk.
HandleTypeInfo
>))
CapabilitiesJsonContext.HandleTypeInfo.g.cs (41)
13
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Aspire.Cli.Commands.Sdk.
HandleTypeInfo
>? _HandleTypeInfo;
19
public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Aspire.Cli.Commands.Sdk.
HandleTypeInfo
> HandleTypeInfo
22
get => _HandleTypeInfo ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Aspire.Cli.Commands.Sdk.
HandleTypeInfo
>)Options.GetTypeInfo(typeof(global::Aspire.Cli.Commands.Sdk.
HandleTypeInfo
));
25
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Aspire.Cli.Commands.Sdk.
HandleTypeInfo
> Create_HandleTypeInfo(global::System.Text.Json.JsonSerializerOptions options)
27
if (!TryGetTypeInfoForRuntimeCustomConverter<global::Aspire.Cli.Commands.Sdk.
HandleTypeInfo
>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Aspire.Cli.Commands.Sdk.
HandleTypeInfo
> jsonTypeInfo))
29
var objectInfo = new global::System.Text.Json.Serialization.Metadata.JsonObjectInfoValues<global::Aspire.Cli.Commands.Sdk.
HandleTypeInfo
>
35
ConstructorAttributeProviderFactory = static () => typeof(global::Aspire.Cli.Commands.Sdk.
HandleTypeInfo
).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.
HandleTypeInfo
>(options, objectInfo);
56
DeclaringType = typeof(global::Aspire.Cli.Commands.Sdk.
HandleTypeInfo
),
58
Getter = static obj => ((global::Aspire.Cli.Commands.Sdk.
HandleTypeInfo
)obj).AtsTypeId,
59
Setter = static (obj, value) => ((global::Aspire.Cli.Commands.Sdk.
HandleTypeInfo
)obj).AtsTypeId = value!,
66
AttributeProviderFactory = static () => typeof(global::Aspire.Cli.Commands.Sdk.
HandleTypeInfo
).GetProperty("AtsTypeId", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null),
78
DeclaringType = typeof(global::Aspire.Cli.Commands.Sdk.
HandleTypeInfo
),
80
Getter = static obj => ((global::Aspire.Cli.Commands.Sdk.
HandleTypeInfo
)obj).IsInterface,
81
Setter = static (obj, value) => ((global::Aspire.Cli.Commands.Sdk.
HandleTypeInfo
)obj).IsInterface = value!,
88
AttributeProviderFactory = static () => typeof(global::Aspire.Cli.Commands.Sdk.
HandleTypeInfo
).GetProperty("IsInterface", InstanceMemberBindingFlags, null, typeof(bool), global::System.Array.Empty<global::System.Type>(), null),
98
DeclaringType = typeof(global::Aspire.Cli.Commands.Sdk.
HandleTypeInfo
),
100
Getter = static obj => ((global::Aspire.Cli.Commands.Sdk.
HandleTypeInfo
)obj).ExposeProperties,
101
Setter = static (obj, value) => ((global::Aspire.Cli.Commands.Sdk.
HandleTypeInfo
)obj).ExposeProperties = value!,
108
AttributeProviderFactory = static () => typeof(global::Aspire.Cli.Commands.Sdk.
HandleTypeInfo
).GetProperty("ExposeProperties", InstanceMemberBindingFlags, null, typeof(bool), global::System.Array.Empty<global::System.Type>(), null),
118
DeclaringType = typeof(global::Aspire.Cli.Commands.Sdk.
HandleTypeInfo
),
120
Getter = static obj => ((global::Aspire.Cli.Commands.Sdk.
HandleTypeInfo
)obj).ExposeMethods,
121
Setter = static (obj, value) => ((global::Aspire.Cli.Commands.Sdk.
HandleTypeInfo
)obj).ExposeMethods = value!,
128
AttributeProviderFactory = static () => typeof(global::Aspire.Cli.Commands.Sdk.
HandleTypeInfo
).GetProperty("ExposeMethods", InstanceMemberBindingFlags, null, typeof(bool), global::System.Array.Empty<global::System.Type>(), null),
138
DeclaringType = typeof(global::Aspire.Cli.Commands.Sdk.
HandleTypeInfo
),
140
Getter = static obj => ((global::Aspire.Cli.Commands.Sdk.
HandleTypeInfo
)obj).ImplementedInterfaces,
141
Setter = static (obj, value) => ((global::Aspire.Cli.Commands.Sdk.
HandleTypeInfo
)obj).ImplementedInterfaces = value!,
148
AttributeProviderFactory = static () => typeof(global::Aspire.Cli.Commands.Sdk.
HandleTypeInfo
).GetProperty("ImplementedInterfaces", InstanceMemberBindingFlags, null, typeof(global::System.Collections.Generic.List<global::Aspire.Cli.Commands.Sdk.TypeRefInfo>), global::System.Array.Empty<global::System.Type>(), null),
160
DeclaringType = typeof(global::Aspire.Cli.Commands.Sdk.
HandleTypeInfo
),
162
Getter = static obj => ((global::Aspire.Cli.Commands.Sdk.
HandleTypeInfo
)obj).BaseTypeHierarchy,
163
Setter = static (obj, value) => ((global::Aspire.Cli.Commands.Sdk.
HandleTypeInfo
)obj).BaseTypeHierarchy = value!,
170
AttributeProviderFactory = static () => typeof(global::Aspire.Cli.Commands.Sdk.
HandleTypeInfo
).GetProperty("BaseTypeHierarchy", InstanceMemberBindingFlags, null, typeof(global::System.Collections.Generic.List<global::Aspire.Cli.Commands.Sdk.TypeRefInfo>), global::System.Array.Empty<global::System.Type>(), null),
182
private void HandleTypeInfoSerializeHandler(global::System.Text.Json.Utf8JsonWriter writer, global::Aspire.Cli.Commands.Sdk.
HandleTypeInfo
? value)
192
string __value_AtsTypeId = ((global::Aspire.Cli.Commands.Sdk.
HandleTypeInfo
)value).AtsTypeId;
197
writer.WriteBoolean(PropName_IsInterface, ((global::Aspire.Cli.Commands.Sdk.
HandleTypeInfo
)value).IsInterface);
198
writer.WriteBoolean(PropName_ExposeProperties, ((global::Aspire.Cli.Commands.Sdk.
HandleTypeInfo
)value).ExposeProperties);
199
writer.WriteBoolean(PropName_ExposeMethods, ((global::Aspire.Cli.Commands.Sdk.
HandleTypeInfo
)value).ExposeMethods);
200
global::System.Collections.Generic.List<global::Aspire.Cli.Commands.Sdk.TypeRefInfo> __value_ImplementedInterfaces = ((global::Aspire.Cli.Commands.Sdk.
HandleTypeInfo
)value).ImplementedInterfaces;
206
global::System.Collections.Generic.List<global::Aspire.Cli.Commands.Sdk.TypeRefInfo> __value_BaseTypeHierarchy = ((global::Aspire.Cli.Commands.Sdk.
HandleTypeInfo
)value).BaseTypeHierarchy;
CapabilitiesJsonContext.ListHandleTypeInfo.g.cs (12)
13
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.List<global::Aspire.Cli.Commands.Sdk.
HandleTypeInfo
>>? _ListHandleTypeInfo;
19
public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.List<global::Aspire.Cli.Commands.Sdk.
HandleTypeInfo
>> ListHandleTypeInfo
22
get => _ListHandleTypeInfo ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.List<global::Aspire.Cli.Commands.Sdk.
HandleTypeInfo
>>)Options.GetTypeInfo(typeof(global::System.Collections.Generic.List<global::Aspire.Cli.Commands.Sdk.
HandleTypeInfo
>));
25
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.List<global::Aspire.Cli.Commands.Sdk.
HandleTypeInfo
>> Create_ListHandleTypeInfo(global::System.Text.Json.JsonSerializerOptions options)
27
if (!TryGetTypeInfoForRuntimeCustomConverter<global::System.Collections.Generic.List<global::Aspire.Cli.Commands.Sdk.
HandleTypeInfo
>>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.List<global::Aspire.Cli.Commands.Sdk.
HandleTypeInfo
>> jsonTypeInfo))
29
var info = new global::System.Text.Json.Serialization.Metadata.JsonCollectionInfoValues<global::System.Collections.Generic.List<global::Aspire.Cli.Commands.Sdk.
HandleTypeInfo
>>
31
ObjectCreator = () => new global::System.Collections.Generic.List<global::Aspire.Cli.Commands.Sdk.
HandleTypeInfo
>(),
35
jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateListInfo<global::System.Collections.Generic.List<global::Aspire.Cli.Commands.Sdk.
HandleTypeInfo
>, global::Aspire.Cli.Commands.Sdk.
HandleTypeInfo
>(options, info);
45
private void ListHandleTypeInfoSerializeHandler(global::System.Text.Json.Utf8JsonWriter writer, global::System.Collections.Generic.List<global::Aspire.Cli.Commands.Sdk.
HandleTypeInfo
>? value)
Commands\Sdk\SdkDumpCommand.cs (4)
272
foreach (
var
t in capabilities.HandleTypes.OrderBy(t => t.AtsTypeId))
379
foreach (
var
t in capabilities.HandleTypes.OrderBy(t => t.AtsTypeId))
500
public List<
HandleTypeInfo
> HandleTypes { get; set; } = [];
601
[JsonSerializable(typeof(
HandleTypeInfo
))]