1 write to Source
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 Source
aspire (3)
Backchannel\ResourceSnapshotMapper.cs (1)
49Source = v.Source,
BackchannelJsonSerializerContext.ResourceSnapshotVolume.g.cs (2)
58Getter = static obj => ((global::Aspire.Cli.Backchannel.ResourceSnapshotVolume)obj).Source, 152writer.WriteString(PropName_Source, ((global::Aspire.Cli.Backchannel.ResourceSnapshotVolume)value).Source);