2 writes to BaseTypeHierarchy
aspire (2)
BackchannelJsonSerializerContext.HandleTypeInfo.g.cs (1)
163
Setter = static (obj, value) => ((global::Aspire.Cli.Commands.Sdk.HandleTypeInfo)obj).
BaseTypeHierarchy
= value!,
CapabilitiesJsonContext.HandleTypeInfo.g.cs (1)
163
Setter = static (obj, value) => ((global::Aspire.Cli.Commands.Sdk.HandleTypeInfo)obj).
BaseTypeHierarchy
= value!,
4 references to BaseTypeHierarchy
aspire (4)
BackchannelJsonSerializerContext.HandleTypeInfo.g.cs (2)
162
Getter = static obj => ((global::Aspire.Cli.Commands.Sdk.HandleTypeInfo)obj).
BaseTypeHierarchy
,
199
ListTypeRefInfoSerializeHandler(writer, ((global::Aspire.Cli.Commands.Sdk.HandleTypeInfo)value).
BaseTypeHierarchy
);
CapabilitiesJsonContext.HandleTypeInfo.g.cs (2)
162
Getter = static obj => ((global::Aspire.Cli.Commands.Sdk.HandleTypeInfo)obj).
BaseTypeHierarchy
,
206
global::System.Collections.Generic.List<global::Aspire.Cli.Commands.Sdk.TypeRefInfo> __value_BaseTypeHierarchy = ((global::Aspire.Cli.Commands.Sdk.HandleTypeInfo)value).
BaseTypeHierarchy
;