1 write to propertyOutputMap
Microsoft.Build (1)
Logging\ParallelLogger\ParallelConsoleLogger.cs (1)
207
propertyOutputMap
= new Dictionary<(int, int), string>();
5 references to propertyOutputMap
Microsoft.Build (5)
Logging\ParallelLogger\ParallelConsoleLogger.cs (5)
571
propertyOutputMap
[projectKey] = result;
580
if (
propertyOutputMap
.TryGetValue(evaluationKey, out string value))
582
propertyOutputMap
[projectKey] = value;
1017
propertyOutputMap
.TryGetValue(key, out projectConfigurationDescription);
1212
propertyOutputMap
[evaluationKey] = value;