1 write to propertyOutputMap
Microsoft.Build (1)
Logging\ParallelLogger\ParallelConsoleLogger.cs (1)
208
propertyOutputMap
= new Dictionary<(int, int), string>();
5 references to propertyOutputMap
Microsoft.Build (5)
Logging\ParallelLogger\ParallelConsoleLogger.cs (5)
589
propertyOutputMap
[projectKey] = result;
598
if (
propertyOutputMap
.TryGetValue(evaluationKey, out string value))
600
propertyOutputMap
[projectKey] = value;
1036
propertyOutputMap
.TryGetValue(key, out projectConfigurationDescription);
1230
propertyOutputMap
[evaluationKey] = value;