2 references to PropName_IsInterface
aspire (2)
CapabilitiesJsonContext.HandleTypeInfo.g.cs (1)
197
writer.WriteBoolean(
PropName_IsInterface
, ((global::Aspire.Cli.Commands.Sdk.HandleTypeInfo)value).IsInterface);
CapabilitiesJsonContext.TypeRefInfo.g.cs (1)
240
writer.WriteBoolean(
PropName_IsInterface
, ((global::Aspire.Cli.Commands.Sdk.TypeRefInfo)value).IsInterface);