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" }) }
14 references to Items
Microsoft.Build (9)
Logging\BinaryLogger\BuildEventArgsWriter.cs (1)
377
WriteProjectItems(e.
Items
);
Logging\BuildEventArgsExtensions.cs (2)
37
=> EnumerateItems(eventArgs.
Items
);
46
=> EnumerateItemsOfType(eventArgs.
Items
, typeName);
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)
738
mockLogFromPlaybackWithoutTL.EvaluationFinishedEvents.ShouldContain(x => (x.
Items
!= null) && x.
Items
.GetEnumerator().MoveNext());
739
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
));