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)
131
get =>
_newLine
;
135
[MemberNotNull(nameof(
_newLine
))]
291
=> WriteCore(
_newLine
.AsMemory(), allowIndent: false);