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