4 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)
1 reference to StartStyle
Microsoft.Cci.Extensions (1)
Writers\Syntax\IStyleSyntaxWriter.cs (1)
17return writer.StartStyle(style, null);