5 writes to PropertyItems
Microsoft.Build.Tasks.CodeAnalysis (1)
GenerateMSBuildEditorConfig.cs (1)
61
PropertyItems
= Array.Empty<ITaskItem>();
Microsoft.Build.Tasks.CodeAnalysis.UnitTests (4)
GenerateMSBuildEditorConfigTests.cs (4)
42
PropertyItems
= new[] { property1, property2 }
208
PropertyItems
= new[] { property1, property2 }
315
PropertyItems
= new[] { property1, property2 }
366
PropertyItems
= new[] { property1, property2 },
4 references to PropertyItems
Microsoft.Build.Tasks.CodeAnalysis (4)
GenerateMSBuildEditorConfig.cs (4)
19
/// This task takes a set of items passed in via <see cref="MetadataItems"/> and <see cref="
PropertyItems
"/> and transforms
22
/// <see cref="
PropertyItems
"/> is expected to be a list of items whose <see cref="ITaskItem.ItemSpec"/> is the property name
24
/// <see cref="
PropertyItems
"/> will be transformed into an <c>build_property.<em>ItemSpec</em> = <em>Value</em></c> entry in the
73
foreach (var prop in
PropertyItems
)