1 write to _stringWriter
Microsoft.Cci.Extensions (1)
Writers\CSharp\CSDeclarationHelper.cs (1)
95_stringWriter = new CSDeclarationWriter(tsw, _filter, _forCompilation, _includeFakeAttributes);
5 references to _stringWriter
Microsoft.Cci.Extensions (5)
Writers\CSharp\CSDeclarationHelper.cs (5)
38_stringWriter.SyntaxtWriter.IndentLevel = indentLevel; 40_stringWriter.WriteDeclaration(definition); 52_stringWriter.SyntaxtWriter.IndentLevel = indentLevel; 54_stringWriter.WriteAttribute(attribute); 89if (_stringWriter == null)