1 write to DisplayProperties
aspire (1)
BackchannelJsonSerializerContext.ResourceSnapshotUrl.g.cs (1)
32ObjectWithParameterizedConstructorCreator = 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)
40DisplayName = u.DisplayProperties?.DisplayName,
BackchannelJsonSerializerContext.ResourceSnapshotUrl.g.cs (2)
124Getter = static obj => ((global::Aspire.Cli.Backchannel.ResourceSnapshotUrl)obj).DisplayProperties, 156ResourceSnapshotUrlDisplayPropertiesSerializeHandler(writer, ((global::Aspire.Cli.Backchannel.ResourceSnapshotUrl)value).DisplayProperties);