1 write to Target
aspire (1)
BackchannelJsonSerializerContext.ResourceSnapshotVolume.g.cs (1)
32
ObjectWithParameterizedConstructorCreator = static args => new global::Aspire.Cli.Backchannel.ResourceSnapshotVolume(){ Source = (string)args[0],
Target
= (string)args[1], MountType = (string)args[2], IsReadOnly = (bool)args[3] },
3 references to Target
aspire (3)
Backchannel\ResourceSnapshotMapper.cs (1)
50
Target = v.
Target
,
BackchannelJsonSerializerContext.ResourceSnapshotVolume.g.cs (2)
78
Getter = static obj => ((global::Aspire.Cli.Backchannel.ResourceSnapshotVolume)obj).
Target
,
153
writer.WriteString(PropName_Target, ((global::Aspire.Cli.Backchannel.ResourceSnapshotVolume)value).
Target
);