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