1 write to DisplayName
aspire (1)
BackchannelJsonSerializerContext.ResourceSnapshotCommand.g.cs (1)
32ObjectWithParameterizedConstructorCreator = 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)
81Getter = static obj => ((global::Aspire.Cli.Backchannel.ResourceSnapshotCommand)obj).DisplayName, 153writer.WriteString(PropName_DisplayName, ((global::Aspire.Cli.Backchannel.ResourceSnapshotCommand)value).DisplayName);