8 writes to Items
Microsoft.Build (3)
BackEnd\Components\Logging\LoggingServiceLogMethods.cs (1)
468
Items
= items
Logging\BinaryLogger\BuildEventArgsReader.cs (1)
707
e.
Items
= itemList;
LogMessagePacketBase.cs (1)
1400
args.
Items
= ReadItems(translator);
Microsoft.Build.Engine.UnitTests (5)
BackEnd\NodePackets_Tests.cs (1)
150
Items
= new ArrayList
BuildEventArgsDataEnumeration.cs (3)
36
Items
= null
58
Items
= new List<DictionaryEntry>()
96
Items
= new List<DictionaryEntry>()
BuildEventArgsSerialization_Tests.cs (1)
771
Items
= new List<DictionaryEntry>() { new DictionaryEntry("Key", new MyTaskItem() { ItemSpec = "TestItemSpec" }) }
15 references to Items
Microsoft.Build (10)
Logging\BinaryLogger\BuildEventArgsWriter.cs (1)
356
WriteProjectItems(e.
Items
);
Logging\BuildEventArgsExtensions.cs (3)
37
=> EnumerateItems(eventArgs.
Items
);
46
=> EnumerateItemsOfType(eventArgs.
Items
, typeName);
55
=> EnumerateItemsOfTypes(eventArgs.
Items
, typeNames);
Logging\ParallelLogger\ParallelConsoleLogger.cs (3)
1202
if (projectEvaluationFinished.
Items
!= null)
1204
WriteItems(projectEvaluationFinished, projectEvaluationFinished.
Items
);
1208
var value = ReadProjectConfigurationDescription(projectEvaluationFinished.
Items
);
Logging\SerialConsoleLogger.cs (2)
583
if (projectEvaluationFinished.
Items
!= null)
585
SortedList itemList = ExtractItemList(projectEvaluationFinished.
Items
);
LogMessagePacketBase.cs (1)
1013
WriteItems(args.
Items
, translator);
Microsoft.Build.CommandLine.UnitTests (4)
TerminalLogger_Tests.cs (4)
758
mockLogFromPlaybackWithoutTL.EvaluationFinishedEvents.ShouldContain(x => (x.
Items
!= null) && x.
Items
.GetEnumerator().MoveNext());
759
mockLogFromPlaybackWithTL.EvaluationFinishedEvents.ShouldContain(x => (x.
Items
!= null) && x.
Items
.GetEnumerator().MoveNext());
Microsoft.Build.Engine.UnitTests (1)
BuildEventArgsSerialization_Tests.cs (1)
779
e => TranslationHelpers.GetMultiItemsString(e.
Items
));