1 write to Type
aspire (1)
BackchannelJsonSerializerContext.ResourceSnapshot.g.cs (1)
32
ObjectWithParameterizedConstructorCreator = static args => new global::Aspire.Cli.Backchannel.ResourceSnapshot(){ Name = (string)args[0],
Type
= (string)args[1], State = (string)args[2], McpServer = (global::Aspire.Cli.Backchannel.ResourceSnapshotMcpServer)args[3] },
2 references to Type
aspire (2)
BackchannelJsonSerializerContext.ResourceSnapshot.g.cs (2)
81
Getter = static obj => ((global::Aspire.Cli.Backchannel.ResourceSnapshot)obj).
Type
,
153
writer.WriteString(PropName_Type, ((global::Aspire.Cli.Backchannel.ResourceSnapshot)value).
Type
);