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