3 writes to _indentDepth
Microsoft.CodeAnalysis.CSharp (3)
Compiler\DocumentationCommentCompiler.cs (3)
1380_indentDepth = t.InitialIndentDepth; 1386_indentDepth++; 1391_indentDepth--;
10 references to _indentDepth
Microsoft.CodeAnalysis.CSharp (10)
Compiler\DocumentationCommentCompiler.cs (10)
105Debug.Assert(compiler._indentDepth == 0); 164Debug.Assert(compiler._indentDepth == 0); 1373_temporaryStringBuilders.Push(new TemporaryStringBuilder(_indentDepth)); 1379RoslynDebug.Assert(_indentDepth == t.InitialIndentDepth, $"Temporary strings should be indent-neutral (was {t.InitialIndentDepth}, is {_indentDepth})"); 1392Debug.Assert(_indentDepth >= 0); 1413builder.Append(MakeIndent(_indentDepth)); 1418_writer.Write(MakeIndent(_indentDepth)); 1428builder.Append(MakeIndent(_indentDepth)); 1434_writer.Write(MakeIndent(_indentDepth));