1 write to InitialIndentDepth
Microsoft.CodeAnalysis.CSharp (1)
Compiler\DocumentationCommentCompiler.cs (1)
1379
this.
InitialIndentDepth
= indentDepth;
3 references to InitialIndentDepth
Microsoft.CodeAnalysis.CSharp (3)
Compiler\DocumentationCommentCompiler.cs (3)
1241
RoslynDebug.Assert(_indentDepth == t.
InitialIndentDepth
, $"Temporary strings should be indent-neutral (was {t.
InitialIndentDepth
}, is {_indentDepth})");
1242
_indentDepth = t.
InitialIndentDepth
;