4 references to CSDeclarationWriter
Microsoft.Cci.Extensions (3)
Writers\CSharp\CSDeclarationWriter.cs (2)
40: this(writer, filter, true) 58: this(writer, filter, forCompilation)
Writers\CSharp\CSharpWriter.cs (1)
33_declarationWriter = new CSDeclarationWriter(_syntaxWriter, filter, !apiOnly);
Microsoft.DotNet.GenAPI (1)
TypeListWriter.cs (1)
27_declarationWriter = new CSDeclarationWriter(_syntaxWriter, filter, false);