1 implementation of Add
Microsoft.Cci.Extensions (1)
Differs\ElementDiffer.cs (1)
25public void Add(Difference difference)
4 references to Add
Microsoft.Cci.Extensions (4)
Differs\IDifferences.cs (4)
30differences.Add(new IncompatibleDifference(id, format)); 34differences.Add(new IncompatibleDifference(id, string.Format(format, args))); 42differences.Add(new TypeMismatchInCompatibleDifference(id, format, type1, type2)); 46differences.Add(new TypeMismatchInCompatibleDifference(id, string.Format(format, args), type1, type2));