2 writes to _startIndent
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\CodeGeneration\CodeWriterExtensions.cs (2)
1002
_startIndent
= -1; // Set in WriteStartScope
1031
_startIndent
= _writer.CurrentIndent;
1 reference to _startIndent
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\CodeGeneration\CodeWriterExtensions.cs (1)
1039
if (_writer.CurrentIndent ==
_startIndent
)