1 write to ExecuteBody
Microsoft.Build.TaskAuthoring.Analyzer (1)
PreferTypedParameterCodeFixProvider.cs (1)
1036ExecuteBody = executeBody;
3 references to ExecuteBody
Microsoft.Build.TaskAuthoring.Analyzer (3)
PreferTypedParameterCodeFixProvider.cs (3)
136else if (plan.ExecuteBody is not null) 141plan.ExecuteBody, 142plan.ExecuteBody.WithStatements(SyntaxFactory.SingletonList(plan.ExecutePrologue)));