1 write to Type
aspire (1)
BackchannelJsonSerializerContext.ResourceSnapshotRelationship.g.cs (1)
32
ObjectWithParameterizedConstructorCreator = static args => new global::Aspire.Cli.Backchannel.ResourceSnapshotRelationship(){ ResourceName = (string)args[0],
Type
= (string)args[1] },
3 references to Type
aspire (3)
Backchannel\ResourceSnapshotMapper.cs (1)
95
Type = relationship.
Type
,
BackchannelJsonSerializerContext.ResourceSnapshotRelationship.g.cs (2)
81
Getter = static obj => ((global::Aspire.Cli.Backchannel.ResourceSnapshotRelationship)obj).
Type
,
113
writer.WriteString(PropName_Type, ((global::Aspire.Cli.Backchannel.ResourceSnapshotRelationship)value).
Type
);