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);
89
if (
_stringWriter
== null)