2 writes to IsInterface
aspire (2)
BackchannelJsonSerializerContext.HandleTypeInfo.g.cs (1)
81Setter = static (obj, value) => ((global::Aspire.Cli.Commands.Sdk.HandleTypeInfo)obj).IsInterface = value!,
CapabilitiesJsonContext.HandleTypeInfo.g.cs (1)
81Setter = static (obj, value) => ((global::Aspire.Cli.Commands.Sdk.HandleTypeInfo)obj).IsInterface = value!,
6 references to IsInterface
aspire (6)
BackchannelJsonSerializerContext.HandleTypeInfo.g.cs (2)
80Getter = static obj => ((global::Aspire.Cli.Commands.Sdk.HandleTypeInfo)obj).IsInterface, 193writer.WriteBoolean(PropName_IsInterface, ((global::Aspire.Cli.Commands.Sdk.HandleTypeInfo)value).IsInterface);
CapabilitiesJsonContext.HandleTypeInfo.g.cs (2)
80Getter = static obj => ((global::Aspire.Cli.Commands.Sdk.HandleTypeInfo)obj).IsInterface, 197writer.WriteBoolean(PropName_IsInterface, ((global::Aspire.Cli.Commands.Sdk.HandleTypeInfo)value).IsInterface);
Commands\Sdk\SdkDumpCommand.cs (2)
275if (t.IsInterface) 382if (t.IsInterface)