1 write to MountType
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 MountType
aspire (3)
Backchannel\ResourceSnapshotMapper.cs (1)
51
MountType = v.
MountType
,
BackchannelJsonSerializerContext.ResourceSnapshotVolume.g.cs (2)
101
Getter = static obj => ((global::Aspire.Cli.Backchannel.ResourceSnapshotVolume)obj).
MountType
,
154
writer.WriteString(PropName_MountType, ((global::Aspire.Cli.Backchannel.ResourceSnapshotVolume)value).
MountType
);