2 writes to ImplementedInterfaces
aspire (2)
BackchannelJsonSerializerContext.HandleTypeInfo.g.cs (1)
141
Setter = static (obj, value) => ((global::Aspire.Cli.Commands.Sdk.HandleTypeInfo)obj).
ImplementedInterfaces
= value!,
CapabilitiesJsonContext.HandleTypeInfo.g.cs (1)
141
Setter = static (obj, value) => ((global::Aspire.Cli.Commands.Sdk.HandleTypeInfo)obj).
ImplementedInterfaces
= value!,
4 references to ImplementedInterfaces
aspire (4)
BackchannelJsonSerializerContext.HandleTypeInfo.g.cs (2)
140
Getter = static obj => ((global::Aspire.Cli.Commands.Sdk.HandleTypeInfo)obj).
ImplementedInterfaces
,
197
ListTypeRefInfoSerializeHandler(writer, ((global::Aspire.Cli.Commands.Sdk.HandleTypeInfo)value).
ImplementedInterfaces
);
CapabilitiesJsonContext.HandleTypeInfo.g.cs (2)
140
Getter = static obj => ((global::Aspire.Cli.Commands.Sdk.HandleTypeInfo)obj).
ImplementedInterfaces
,
200
global::System.Collections.Generic.List<global::Aspire.Cli.Commands.Sdk.TypeRefInfo> __value_ImplementedInterfaces = ((global::Aspire.Cli.Commands.Sdk.HandleTypeInfo)value).
ImplementedInterfaces
;