3 writes to _indentDepth
Microsoft.CodeAnalysis.CSharp (3)
Compiler\DocumentationCommentCompiler.cs (3)
1277_indentDepth = t.InitialIndentDepth; 1283_indentDepth++; 1288_indentDepth--;
10 references to _indentDepth
Microsoft.CodeAnalysis.CSharp (10)
Compiler\DocumentationCommentCompiler.cs (10)
106Debug.Assert(compiler._indentDepth == 0); 165Debug.Assert(compiler._indentDepth == 0); 1270_temporaryStringBuilders.Push(new TemporaryStringBuilder(_indentDepth)); 1276RoslynDebug.Assert(_indentDepth == t.InitialIndentDepth, $"Temporary strings should be indent-neutral (was {t.InitialIndentDepth}, is {_indentDepth})"); 1289Debug.Assert(_indentDepth >= 0); 1310builder.Append(MakeIndent(_indentDepth)); 1315_writer.Write(MakeIndent(_indentDepth)); 1325builder.Append(MakeIndent(_indentDepth)); 1331_writer.Write(MakeIndent(_indentDepth));