4 writes to _totalDifferences
Microsoft.DotNet.ApiCompat.Core (4)
DifferenceWriter.cs (4)
47
_totalDifferences
+= _differences.Count;
61
_totalDifferences
++;
73
_totalDifferences
= 0;
88
_totalDifferences
+= _differences.Count;
1 reference to _totalDifferences
Microsoft.DotNet.ApiCompat.Core (1)
DifferenceWriter.cs (1)
70
_writer.WriteLine("Total Issues: {0}",
_totalDifferences
);