5 implementations of WriteKeyword
Microsoft.Cci.Extensions (5)
Writers\Syntax\HtmlSyntaxWriter.cs (1)
75
public void
WriteKeyword
(string keyword)
Writers\Syntax\OpenXmlSyntaxWriter.cs (1)
73
public void
WriteKeyword
(string keyword)
Writers\Syntax\TextSyntaxWriter.cs (1)
60
public void
WriteKeyword
(string keyword)
Writers\Syntax\TokenSyntaxWriter.cs (1)
43
public void
WriteKeyword
(string keyword)
Writers\Syntax\UnifiedDiffSyntaxWriter.cs (1)
121
public void
WriteKeyword
(string keyword)
5 references to WriteKeyword
Microsoft.Cci.Extensions (5)
Extensions\CSharp\CSharpCciExtensions.cs (1)
75
syntaxWriter.
WriteKeyword
(accessorKeyword);
Writers\CSharp\CSDeclarationWriter.cs (3)
227
_writer.
WriteKeyword
(keyword);
302
_writer.
WriteKeyword
("dynamic");
319
_writer.
WriteKeyword
(name);
Writers\Syntax\ISyntaxWriter.cs (1)
69
writer.
WriteKeyword
(token.Token); break;