1 write to _lastChar
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\CodeGeneration\CodeWriter.cs (1)
107_lastChar = value.Span[^1];
2 references to _lastChar
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\CodeGeneration\CodeWriter.cs (2)
180public char? LastChar => _lastChar; 246var lastChar = _lastChar;