Implemented interface member:
property
ItemSpec
Microsoft.Build.Framework.ITaskItem.ItemSpec
5 writes to ItemSpec
Microsoft.Build.Engine.UnitTests (5)
BuildEventArgsDataEnumeration.cs (3)
60
new DictionaryEntry("Key", new MyTaskItem() {
ItemSpec
= "TestItemSpec" }),
98
new DictionaryEntry("Key", new MyTaskItem() {
ItemSpec
= "TestItemSpec" }),
102
new DictionaryEntry("Key2", new MyTaskItem() {
ItemSpec
= "TestItemSpec3" }),
BuildEventArgsSerialization_Tests.cs (2)
161
items: new List<DictionaryEntry>() { new DictionaryEntry("Key", new MyTaskItem() {
ItemSpec
= "TestItemSpec" }) },
771
Items = new List<DictionaryEntry>() { new DictionaryEntry("Key", new MyTaskItem() {
ItemSpec
= "TestItemSpec" }) }