2 instantiations of TextSyntaxWriter
Microsoft.Cci.Extensions (2)
Extensions\CSharp\CSharpCciExtensions.cs (1)
46
using (var syntaxWriter = new
TextSyntaxWriter
(stringWriter))
Writers\CSharp\CSDeclarationHelper.cs (1)
93
TextSyntaxWriter tsw = new
TextSyntaxWriter
(sw);
2 references to TextSyntaxWriter
Microsoft.Cci.Extensions (2)
Extensions\CSharp\CSharpCciExtensions.cs (1)
46
using (
var
syntaxWriter = new TextSyntaxWriter(stringWriter))
Writers\CSharp\CSDeclarationHelper.cs (1)
93
TextSyntaxWriter
tsw = new TextSyntaxWriter(sw);