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