1 write to _newLine
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\CodeGeneration\CodeWriter.cs (1)
145_newLine = value;
3 references to _newLine
Microsoft.CodeAnalysis.Razor.Compiler (3)
Language\CodeGeneration\CodeWriter.cs (3)
131get => _newLine; 135[MemberNotNull(nameof(_newLine))] 291=> WriteCore(_newLine.AsMemory(), allowIndent: false);