3 writes to _needIndent
CSharpSyntaxGenerator (3)
AbstractFileWriter.cs (3)
84
_needIndent
= true; //need an indent after each line break
90
_needIndent
= true; //need an indent after each line break
98
_needIndent
= false;
1 reference to _needIndent
CSharpSyntaxGenerator (1)
AbstractFileWriter.cs (1)
95
if (
_needIndent
)