1 instantiation of PropertyFixPlan
Microsoft.Build.TaskAuthoring.Analyzer (1)
PreferTypedParameterCodeFixProvider.cs (1)
244
return new
PropertyFixPlan
(property, propertyDeclaration, newTypeName, newTypeDisplay, initializerValue, siteEdits, isMoveDefaultRule, executePrologue, executeAnchor, executeBody);
6 references to PropertyFixPlan
Microsoft.Build.TaskAuthoring.Analyzer (6)
PreferTypedParameterCodeFixProvider.cs (6)
64
var
plan = TryBuildPlan(semanticModel, root, diagnostic, context.CancellationToken);
94
var plans = new List<
PropertyFixPlan
>();
98
var
plan = TryBuildPlan(semanticModel, root, diagnostic, cancellationToken);
120
foreach (
var
plan in plans)
154
private static
PropertyFixPlan
? TryBuildPlan(SemanticModel semanticModel, SyntaxNode root, Diagnostic diagnostic, CancellationToken cancellationToken)
953
private static PropertyDeclarationSyntax BuildRetypedProperty(
PropertyFixPlan
plan)