3 references to LastChar
Microsoft.CodeAnalysis.Razor.Compiler (3)
Language\CodeGeneration\CodeWriter.cs (1)
184if (size == 0 || LastChar is not '\n')
Language\CodeGeneration\CodeWriterExtensions.cs (2)
69return writer.LastChar is '\n'; 1057_writer.LastChar is char ch &&