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