6 implementations of Write
Microsoft.Cci.Extensions (5)
Writers\Syntax\HtmlSyntaxWriter.cs (1)
60public void Write(string str)
Writers\Syntax\OpenXmlSyntaxWriter.cs (1)
28public void Write(string str)
Writers\Syntax\TextSyntaxWriter.cs (1)
50public void Write(string str)
Writers\Syntax\TokenSyntaxWriter.cs (1)
28public void Write(string str)
Writers\Syntax\UnifiedDiffSyntaxWriter.cs (1)
103public void Write(string str)
Microsoft.DotNet.AsmDiff (1)
DiffRecorder.cs (1)
64public void Write(string str)
12 references to Write
Microsoft.Cci.Extensions (7)
Writers\CSharp\CSDeclarationWriter.cs (2)
238_writer.Write(literal); 513_writer.Write(" ");
Writers\CSharp\CSDeclarationWriter.Methods.cs (1)
199_writer.Write("__arglist");
Writers\Syntax\ISyntaxWriter.cs (4)
24writer.Write(string.Format(str, args)); 30writer.Write(" "); 36writer.Write(" "); 63writer.Write(token.Token); break;
Microsoft.DotNet.AsmDiff (4)
DiffCSharpWriter.cs (4)
471_syntaxWriter.Write(string.Format("{0}{1}{2}", p.Name, p.Delimiter, p.Value)); 476_syntaxWriter.Write(string.Format("{0}{1}", p1.Name, p1.Delimiter)); 478_syntaxWriter.Write(p1.Value); 480_syntaxWriter.Write(p2.Value);
Microsoft.DotNet.GenAPI (1)
TypeListWriter.cs (1)
38_syntaxWriter.Write("assembly " + assembly.Name.Value);