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