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