5 implementations of StartStyle
Microsoft.Cci.Extensions (4)
Writers\Syntax\HtmlSyntaxWriter.cs (1)
29public IDisposable StartStyle(SyntaxStyle style, object context)
Writers\Syntax\OpenXmlSyntaxWriter.cs (1)
33public IDisposable StartStyle(SyntaxStyle style, object context)
Writers\Syntax\TextSyntaxWriter.cs (1)
17public IDisposable StartStyle(SyntaxStyle style, object context)
Writers\Syntax\UnifiedDiffSyntaxWriter.cs (1)
97public IDisposable StartStyle(SyntaxStyle style, object context)
Microsoft.DotNet.AsmDiff (1)
DiffRecorder.cs (1)
139public IDisposable StartStyle(SyntaxStyle style, object context)
2 references to StartStyle
Microsoft.Cci.Extensions (1)
Writers\Syntax\IStyleSyntaxWriter.cs (1)
17return writer.StartStyle(style, null);
Microsoft.DotNet.AsmDiff (1)
DiffCSharpWriter.cs (1)
290style = _syntaxWriter.StartStyle(SyntaxStyle.NotCompatible, element.Differences.OfType<IncompatibleDifference>());