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