Base:
method
WriteCore
Microsoft.Cci.Writers.Syntax.IndentionSyntaxWriter.WriteCore(System.String)
7 references to WriteCore
Microsoft.Cci.Extensions (7)
Writers\Syntax\HtmlSyntaxWriter.cs (7)
24
WriteCore
("<pre>");
116
WriteCore
("</pre>");
126
WriteCore
(string.Format("<span style=\" color: {0};{1}\">", color, extraStyle));
133
WriteCore
("</span>");
150
WriteCore
(string.Format("<span style=\"background-color:{0}\" title=\"{1}\">", color, tooltip));
156
WriteCore
("</span>");
164
WriteCore
(WebUtility.HtmlEncode(s));