3 writes to _indentDepth
Microsoft.CodeAnalysis.CSharp (3)
Compiler\DocumentationCommentCompiler.cs (3)
1235_indentDepth = t.InitialIndentDepth; 1241_indentDepth++; 1246_indentDepth--;
10 references to _indentDepth
Microsoft.CodeAnalysis.CSharp (10)
Compiler\DocumentationCommentCompiler.cs (10)
106Debug.Assert(compiler._indentDepth == 0); 165Debug.Assert(compiler._indentDepth == 0); 1228_temporaryStringBuilders.Push(new TemporaryStringBuilder(_indentDepth)); 1234Debug.Assert(_indentDepth == t.InitialIndentDepth, $"Temporary strings should be indent-neutral (was {t.InitialIndentDepth}, is {_indentDepth})"); 1247Debug.Assert(_indentDepth >= 0); 1268builder.Append(MakeIndent(_indentDepth)); 1273_writer.Write(MakeIndent(_indentDepth)); 1283builder.Append(MakeIndent(_indentDepth)); 1289_writer.Write(MakeIndent(_indentDepth));