4 instantiations of CSDeclarationWriter
Microsoft.Cci.Extensions (4)
Extensions\CSharp\CSharpCciExtensions.cs (1)
48var writer = new CSDeclarationWriter(syntaxWriter, new AttributesFilter(includeAttributes), false, true);
Writers\CSharp\CSDeclarationHelper.cs (2)
95_stringWriter = new CSDeclarationWriter(tsw, _filter, _forCompilation, _includeFakeAttributes); 104_tokenWriter = new CSDeclarationWriter(_tokenizer, _filter, _forCompilation, _includeFakeAttributes);
Writers\CSharp\CSharpWriter.cs (1)
34_declarationWriter = new CSDeclarationWriter(_syntaxWriter, filter, !apiOnly);
5 references to CSDeclarationWriter
Microsoft.Cci.Extensions (5)
Extensions\CSharp\CSharpCciExtensions.cs (1)
48var writer = new CSDeclarationWriter(syntaxWriter, new AttributesFilter(includeAttributes), false, true);
Writers\CSharp\CSDeclarationHelper.cs (2)
19private CSDeclarationWriter _stringWriter; 22private CSDeclarationWriter _tokenWriter;
Writers\CSharp\CSharpWriter.cs (2)
20private readonly CSDeclarationWriter _declarationWriter; 174_declarationWriter.WriteDeclaration(CSDeclarationWriter.GetDummyConstructor(type));