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