2 writes to IsInterface
aspire (2)
BackchannelJsonSerializerContext.TypeRefInfo.g.cs (1)
103
Setter = static (obj, value) => ((global::Aspire.Cli.Commands.Sdk.TypeRefInfo)obj).
IsInterface
= value!,
CapabilitiesJsonContext.TypeRefInfo.g.cs (1)
103
Setter = static (obj, value) => ((global::Aspire.Cli.Commands.Sdk.TypeRefInfo)obj).
IsInterface
= value!,
4 references to IsInterface
aspire (4)
BackchannelJsonSerializerContext.TypeRefInfo.g.cs (2)
102
Getter = static obj => ((global::Aspire.Cli.Commands.Sdk.TypeRefInfo)obj).
IsInterface
,
232
writer.WriteBoolean(PropName_IsInterface, ((global::Aspire.Cli.Commands.Sdk.TypeRefInfo)value).
IsInterface
);
CapabilitiesJsonContext.TypeRefInfo.g.cs (2)
102
Getter = static obj => ((global::Aspire.Cli.Commands.Sdk.TypeRefInfo)obj).
IsInterface
,
240
writer.WriteBoolean(PropName_IsInterface, ((global::Aspire.Cli.Commands.Sdk.TypeRefInfo)value).
IsInterface
);