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