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