10 writes to Type
aspire (1)
BackchannelJsonSerializerContext.PublishingActivity.g.cs (1)
32ObjectWithParameterizedConstructorCreator = 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)
811Type = 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,
10 references to Type
aspire (10)
BackchannelJsonSerializerContext.PublishingActivity.g.cs (2)
58Getter = static obj => ((global::Aspire.Cli.Backchannel.PublishingActivity)obj).Type, 112writer.WriteString(PropName_Type, ((global::Aspire.Cli.Backchannel.PublishingActivity)value).Type);
Commands\PipelineCommandBase.cs (8)
316if (activity.Type == PublishingActivityTypes.PublishComplete) 321else if (activity.Type == PublishingActivityTypes.Step) 340else if (activity.Type == PublishingActivityTypes.Prompt) 344else if (activity.Type == PublishingActivityTypes.Log) 427if (activity.Type == PublishingActivityTypes.PublishComplete) 432else if (activity.Type == PublishingActivityTypes.Step) 469else if (activity.Type == PublishingActivityTypes.Prompt) 475else if (activity.Type == PublishingActivityTypes.Log)