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