1 write to State
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 State
aspire (2)
BackchannelJsonSerializerContext.ResourceSnapshot.g.cs (2)
104
Getter = static obj => ((global::Aspire.Cli.Backchannel.ResourceSnapshot)obj).
State
,
154
writer.WriteString(PropName_State, ((global::Aspire.Cli.Backchannel.ResourceSnapshot)value).
State
);