1 write to _includeFakeAttributes
Microsoft.Cci.Extensions (1)
Writers\CSharp\CSDeclarationHelper.cs (1)
28_includeFakeAttributes = includePseudoCustomAttributes;
2 references to _includeFakeAttributes
Microsoft.Cci.Extensions (2)
Writers\CSharp\CSDeclarationHelper.cs (2)
95_stringWriter = new CSDeclarationWriter(tsw, _filter, _forCompilation, _includeFakeAttributes); 104_tokenWriter = new CSDeclarationWriter(_tokenizer, _filter, _forCompilation, _includeFakeAttributes);