1 write to IsReadOnly
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 IsReadOnly
aspire (3)
Backchannel\ResourceSnapshotMapper.cs (1)
52
IsReadOnly = v.
IsReadOnly
BackchannelJsonSerializerContext.ResourceSnapshotVolume.g.cs (2)
124
Getter = static obj => ((global::Aspire.Cli.Backchannel.ResourceSnapshotVolume)obj).
IsReadOnly
,
155
writer.WriteBoolean(PropName_IsReadOnly, ((global::Aspire.Cli.Backchannel.ResourceSnapshotVolume)value).
IsReadOnly
);