6 implementations of Write
Microsoft.Cci.Extensions (5)
Writers\Syntax\HtmlSyntaxWriter.cs (1)
60
public void
Write
(string str)
Writers\Syntax\OpenXmlSyntaxWriter.cs (1)
28
public void
Write
(string str)
Writers\Syntax\TextSyntaxWriter.cs (1)
50
public void
Write
(string str)
Writers\Syntax\TokenSyntaxWriter.cs (1)
28
public void
Write
(string str)
Writers\Syntax\UnifiedDiffSyntaxWriter.cs (1)
103
public void
Write
(string str)
Microsoft.DotNet.AsmDiff (1)
DiffRecorder.cs (1)
64
public void
Write
(string str)
14 references to Write
Microsoft.Cci.Extensions (9)
Writers\CSharp\CSDeclarationWriter.cs (2)
240
_writer.
Write
(literal);
537
_writer.
Write
(" ");
Writers\CSharp\CSDeclarationWriter.Methods.cs (1)
207
_writer.
Write
("__arglist");
Writers\CSharp\CSharpWriter.cs (2)
339
_syntaxWriter.
Write
($"#if {condition}");
348
_syntaxWriter.
Write
($"#endif // {condition}");
Writers\Syntax\ISyntaxWriter.cs (4)
24
writer.
Write
(string.Format(str, args));
30
writer.
Write
(" ");
36
writer.
Write
(" ");
63
writer.
Write
(token.Token); break;
Microsoft.DotNet.AsmDiff (4)
DiffCSharpWriter.cs (4)
479
_syntaxWriter.
Write
(string.Format("{0}{1}{2}", p.Name, p.Delimiter, p.Value));
484
_syntaxWriter.
Write
(string.Format("{0}{1}", p1.Name, p1.Delimiter));
486
_syntaxWriter.
Write
(p1.Value);
488
_syntaxWriter.
Write
(p2.Value);
Microsoft.DotNet.GenAPI (1)
TypeListWriter.cs (1)
38
_syntaxWriter.
Write
("assembly " + assembly.Name.Value);