1 write to ExecutePrologue
Microsoft.Build.TaskAuthoring.Analyzer (1)
PreferTypedParameterCodeFixProvider.cs (1)
1034ExecutePrologue = executePrologue;
3 references to ExecutePrologue
Microsoft.Build.TaskAuthoring.Analyzer (3)
PreferTypedParameterCodeFixProvider.cs (3)
128if (plan.ExecutePrologue is not null) 134editor.InsertBefore(plan.ExecuteAnchor, plan.ExecutePrologue); 142plan.ExecuteBody.WithStatements(SyntaxFactory.SingletonList(plan.ExecutePrologue)));