1 write to Property
Microsoft.Build.TaskAuthoring.Analyzer (1)
PreferTypedParameterCodeFixProvider.cs (1)
1027
Property
= property;
4 references to Property
Microsoft.Build.TaskAuthoring.Analyzer (4)
PreferTypedParameterCodeFixProvider.cs (4)
73
? $"Change '{plan.
Property
.Name}' to '{plan.NewTypeDisplay}' and initialize it in Execute()"
74
: $"Change '{plan.
Property
.Name}' to '{plan.NewTypeDisplay}'",
105
if (seenProperties.Any(p => SymbolEqualityComparer.Default.Equals(p, plan.
Property
)))
110
seenProperties.Add(plan.
Property
);