3 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);
Microsoft.DotNet.GenAPI (1)
GenAPITask.cs (1)
367_ => new TextSyntaxWriter(output) { SpacesInIndent = 4 },
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);