7 references to diagnosticCountByProject
Microsoft.NET.ProjectData.Tasks (7)
ProjectDataBuildCompletionLogger.cs (7)
268 this.diagnosticCountByProject.TryGetValue(diagnosticKey, out int projectDiagnosticCount); 320 this.diagnosticCountByProject.TryGetValue(diagnosticKey, out int replacementProjectDiagnosticCount); 321 this.diagnosticCountByProject[diagnosticKey] = replacementProjectDiagnosticCount + 1; 325 this.diagnosticCountByProject[diagnosticKey] = projectDiagnosticCount + 1; 349 if (!this.diagnosticCountByProject.TryGetValue(diagnosticKey, out int count) || count <= 1) 351 this.diagnosticCountByProject.Remove(diagnosticKey); 355 this.diagnosticCountByProject[diagnosticKey] = count - 1;