4 writes to _totalDifferences
Microsoft.DotNet.ApiCompat (4)
DifferenceWriter.cs (4)
44_totalDifferences += _differences.Count; 58_totalDifferences++; 64_totalDifferences = 0; 79_totalDifferences += _differences.Count;
1 reference to _totalDifferences
Microsoft.DotNet.ApiCompat (1)
DifferenceWriter.cs (1)
63_writer.WriteLine("Total Issues: {0}", _totalDifferences);