5 references to EnumerateProperties
Microsoft.Build (4)
BuildCheck\Infrastructure\BuildEventsProcessor.cs (1)
50Internal.Utilities.EnumerateProperties(evaluationFinishedEventArgs.Properties, propertiesLookup,
Logging\BaseConsoleLogger.cs (1)
500Internal.Utilities.EnumerateProperties(properties, list, static (list, kvp) => list.Add(new DictionaryEntry(kvp.Key, kvp.Value)));
Logging\BinaryLogger\BuildEventArgsWriter.cs (1)
1063Internal.Utilities.EnumerateProperties(properties, nameValueListBuffer, static (list, kvp) => list.Add(kvp));
LogMessagePacketBase.cs (1)
1112Internal.Utilities.EnumerateProperties(properties, list, static (list, kvp) => list.Add(kvp));
Microsoft.Build.Engine.UnitTests (1)
BackEnd\BuildManager_Tests.cs (1)
3545Internal.Utilities.EnumerateProperties(properties, propertiesLookup,