10 writes to Type
aspire (1)
BackchannelJsonSerializerContext.PublishingActivity.g.cs (1)
30ObjectWithParameterizedConstructorCreator = static args => new global::Aspire.Cli.Backchannel.PublishingActivity(){ Type = (string)args[0], Data = (global::Aspire.Cli.Backchannel.PublishingActivityData)args[1] },
Aspire.Cli.Tests (9)
Commands\PublishCommandPromptingIntegrationTests.cs (1)
810Type = PublishingActivityTypes.Prompt,
TestServices\TestAppHostBackchannel.cs (8)
125Type = PublishingActivityTypes.Step, 136Type = PublishingActivityTypes.Task, 147Type = PublishingActivityTypes.Task, 158Type = PublishingActivityTypes.Task, 169Type = PublishingActivityTypes.Task, 180Type = PublishingActivityTypes.Task, 191Type = PublishingActivityTypes.Task, 202Type = PublishingActivityTypes.Step,
8 references to Type
aspire (8)
BackchannelJsonSerializerContext.PublishingActivity.g.cs (2)
55Getter = static obj => ((global::Aspire.Cli.Backchannel.PublishingActivity)obj).Type, 103writer.WriteString(PropName_Type, ((global::Aspire.Cli.Backchannel.PublishingActivity)value).Type);
Commands\PublishCommandBase.cs (6)
256if (activity.Type == PublishingActivityTypes.PublishComplete) 261else if (activity.Type == PublishingActivityTypes.Step) 278else if (activity.Type == PublishingActivityTypes.Prompt) 327if (activity.Type == PublishingActivityTypes.PublishComplete) 333else if (activity.Type == PublishingActivityTypes.Step) 396else if (activity.Type == PublishingActivityTypes.Prompt)