1 write to PropertyItems
Microsoft.Build.Tasks.CodeAnalysis.Sdk (1)
src\Compilers\Core\MSBuildTask\GenerateMSBuildEditorConfig.cs (1)
61
PropertyItems
= Array.Empty<ITaskItem>();
4 references to PropertyItems
Microsoft.Build.Tasks.CodeAnalysis.Sdk (4)
src\Compilers\Core\MSBuildTask\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
)