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)
180
public char? LastChar =>
_lastChar
;
246
var lastChar =
_lastChar
;