3 writes to _indentDepth
Microsoft.CodeAnalysis.CSharp (3)
Compiler\DocumentationCommentCompiler.cs (3)
1236_indentDepth = t.InitialIndentDepth; 1242_indentDepth++; 1247_indentDepth--;
10 references to _indentDepth
Microsoft.CodeAnalysis.CSharp (10)
Compiler\DocumentationCommentCompiler.cs (10)
106Debug.Assert(compiler._indentDepth == 0); 165Debug.Assert(compiler._indentDepth == 0); 1229_temporaryStringBuilders.Push(new TemporaryStringBuilder(_indentDepth)); 1235RoslynDebug.Assert(_indentDepth == t.InitialIndentDepth, $"Temporary strings should be indent-neutral (was {t.InitialIndentDepth}, is {_indentDepth})"); 1248Debug.Assert(_indentDepth >= 0); 1269builder.Append(MakeIndent(_indentDepth)); 1274_writer.Write(MakeIndent(_indentDepth)); 1284builder.Append(MakeIndent(_indentDepth)); 1290_writer.Write(MakeIndent(_indentDepth));