6 implementations of WriteKeyword
Microsoft.Cci.Extensions (5)
Writers\Syntax\HtmlSyntaxWriter.cs (1)
75public void WriteKeyword(string keyword)
Writers\Syntax\OpenXmlSyntaxWriter.cs (1)
73public void WriteKeyword(string keyword)
Writers\Syntax\TextSyntaxWriter.cs (1)
60public void WriteKeyword(string keyword)
Writers\Syntax\TokenSyntaxWriter.cs (1)
43public void WriteKeyword(string keyword)
Writers\Syntax\UnifiedDiffSyntaxWriter.cs (1)
121public void WriteKeyword(string keyword)
Microsoft.DotNet.AsmDiff (1)
DiffRecorder.cs (1)
119public void WriteKeyword(string keyword)
7 references to WriteKeyword
Microsoft.Cci.Extensions (5)
Extensions\CSharp\CSharpCciExtensions.cs (1)
75syntaxWriter.WriteKeyword(accessorKeyword);
Writers\CSharp\CSDeclarationWriter.cs (3)
225_writer.WriteKeyword(keyword); 293_writer.WriteKeyword("dynamic"); 310_writer.WriteKeyword(name);
Writers\Syntax\ISyntaxWriter.cs (1)
69writer.WriteKeyword(token.Token); break;
Microsoft.DotNet.AsmDiff (2)
DiffCSharpWriter.cs (2)
111_syntaxWriter.WriteKeyword("assembly"); 128_syntaxWriter.WriteKeyword("assembly");