5 references to NotCompatible
Microsoft.Cci.Extensions (3)
Writers\Syntax\HtmlSyntaxWriter.cs (1)
48case SyntaxStyle.NotCompatible:
Writers\Syntax\OpenXmlSyntaxWriter.cs (1)
51case SyntaxStyle.NotCompatible:
Writers\Syntax\TextSyntaxWriter.cs (1)
36case SyntaxStyle.NotCompatible:
Microsoft.DotNet.AsmDiff (2)
DiffCSharpWriter.cs (1)
290style = _syntaxWriter.StartStyle(SyntaxStyle.NotCompatible, element.Differences.OfType<IncompatibleDifference>());
DiffRecorder.cs (1)
158case SyntaxStyle.NotCompatible: