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