3 writes to Name
aspire (1)
BackchannelJsonSerializerContext.ResourceSnapshotCommand.g.cs (1)
32
ObjectWithParameterizedConstructorCreator = static args => new global::Aspire.Cli.Backchannel.ResourceSnapshotCommand(){
Name
= (string)args[0], DisplayName = (string)args[1], Description = (string)args[2], State = (string)args[3] },
Aspire.Cli.Tests (2)
Backchannel\ResourceSnapshotMapperTests.cs (2)
61
new ResourceSnapshotCommand {
Name
= "resource-stop", State = "Enabled", Description = "Stop" },
62
new ResourceSnapshotCommand {
Name
= "resource-start", State = "Disabled", Description = "Start" }
3 references to Name
aspire (3)
Backchannel\ResourceSnapshotMapper.cs (1)
106
Name = c.
Name
,
BackchannelJsonSerializerContext.ResourceSnapshotCommand.g.cs (2)
58
Getter = static obj => ((global::Aspire.Cli.Backchannel.ResourceSnapshotCommand)obj).
Name
,
152
writer.WriteString(PropName_Name, ((global::Aspire.Cli.Backchannel.ResourceSnapshotCommand)value).
Name
);