1 write to DisplayName
aspire (1)
BackchannelJsonSerializerContext.ResourceSnapshotUrlDisplayProperties.g.cs (1)
32
ObjectWithParameterizedConstructorCreator = static args => new global::Aspire.Cli.Backchannel.ResourceSnapshotUrlDisplayProperties(){
DisplayName
= (string)args[0], SortOrder = (int)args[1] },
3 references to DisplayName
aspire (3)
Backchannel\ResourceSnapshotMapper.cs (1)
40
DisplayName = u.DisplayProperties?.
DisplayName
,
BackchannelJsonSerializerContext.ResourceSnapshotUrlDisplayProperties.g.cs (2)
58
Getter = static obj => ((global::Aspire.Cli.Backchannel.ResourceSnapshotUrlDisplayProperties)obj).
DisplayName
,
106
writer.WriteString(PropName_DisplayName, ((global::Aspire.Cli.Backchannel.ResourceSnapshotUrlDisplayProperties)value).
DisplayName
);