1 write to Target
aspire (1)
BackchannelJsonSerializerContext.ResourceSnapshotVolume.g.cs (1)
32ObjectWithParameterizedConstructorCreator = 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)
50Target = v.Target,
BackchannelJsonSerializerContext.ResourceSnapshotVolume.g.cs (2)
78Getter = static obj => ((global::Aspire.Cli.Backchannel.ResourceSnapshotVolume)obj).Target, 153writer.WriteString(PropName_Target, ((global::Aspire.Cli.Backchannel.ResourceSnapshotVolume)value).Target);