1 write to Property
Microsoft.Build.TaskAuthoring.Analyzer (1)
PreferTypedParameterCodeFixProvider.cs (1)
1027Property = 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}'", 105if (seenProperties.Any(p => SymbolEqualityComparer.Default.Equals(p, plan.Property))) 110seenProperties.Add(plan.Property);