1 write to DisplayProperties
aspire (1)
BackchannelJsonSerializerContext.ResourceSnapshotUrl.g.cs (1)
32
ObjectWithParameterizedConstructorCreator = static args => new global::Aspire.Cli.Backchannel.ResourceSnapshotUrl(){ Name = (string)args[0], Url = (string)args[1], IsInternal = (bool)args[2],
DisplayProperties
= (global::Aspire.Cli.Backchannel.ResourceSnapshotUrlDisplayProperties)args[3] },
3 references to DisplayProperties
aspire (3)
Backchannel\ResourceSnapshotMapper.cs (1)
40
DisplayName = u.
DisplayProperties
?.DisplayName,
BackchannelJsonSerializerContext.ResourceSnapshotUrl.g.cs (2)
124
Getter = static obj => ((global::Aspire.Cli.Backchannel.ResourceSnapshotUrl)obj).
DisplayProperties
,
156
ResourceSnapshotUrlDisplayPropertiesSerializeHandler(writer, ((global::Aspire.Cli.Backchannel.ResourceSnapshotUrl)value).
DisplayProperties
);