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);