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