1 type derived from IncompatibleDifference
Microsoft.Cci.Extensions (1)
Differs\Differences.cs (1)
53public class TypeMismatchInCompatibleDifference : IncompatibleDifference
2 instantiations of IncompatibleDifference
Microsoft.Cci.Extensions (2)
Differs\IDifferences.cs (2)
30differences.Add(new IncompatibleDifference(id, format)); 34differences.Add(new IncompatibleDifference(id, string.Format(format, args)));
4 references to IncompatibleDifference
Microsoft.Cci.Extensions (3)
Differs\IDifferences.cs (1)
21return !differences.OfType<IncompatibleDifference>().Any();
Writers\Syntax\HtmlSyntaxWriter.cs (2)
143IEnumerable<IncompatibleDifference> differences = context as IEnumerable<IncompatibleDifference>;
Microsoft.DotNet.AsmDiff (1)
DiffCSharpWriter.cs (1)
290style = _syntaxWriter.StartStyle(SyntaxStyle.NotCompatible, element.Differences.OfType<IncompatibleDifference>());