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