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)
1039if (_writer.CurrentIndent == _startIndent)