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