1 instantiation of ErrorWarningSummaryDictionaryKey
Microsoft.Build (1)
Logging\ParallelLogger\ParallelConsoleLogger.cs (1)
447ErrorWarningSummaryDictionaryKey key = new ErrorWarningSummaryDictionaryKey(errorWarningEventArgs.BuildEventContext, targetName);
5 references to ErrorWarningSummaryDictionaryKey
Microsoft.Build (5)
Logging\ParallelLogger\ParallelConsoleLogger.cs (3)
424var groupByProjectEntryPoint = new Dictionary<ErrorWarningSummaryDictionaryKey, List<BuildEventArgs>>(); 447ErrorWarningSummaryDictionaryKey key = new ErrorWarningSummaryDictionaryKey(errorWarningEventArgs.BuildEventContext, targetName); 465foreach (KeyValuePair<ErrorWarningSummaryDictionaryKey, List<BuildEventArgs>> valuePair in groupByProjectEntryPoint)
Logging\ParallelLogger\ParallelLoggerHelpers.cs (2)
575ErrorWarningSummaryDictionaryKey key = obj as ErrorWarningSummaryDictionaryKey;