1 write to NewLine
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\RazorCodeGenerationOptions.cs (1)
59
NewLine
= newLine;
8 references to NewLine
Microsoft.CodeAnalysis.Razor.Compiler (8)
Language\CodeGeneration\CodeWriter.cs (1)
53
SetNewLine(options.
NewLine
);
Language\RazorCodeGenerationOptions.cs (7)
180
: new(value,
NewLine
, RootNamespace, CssScope, SuppressUniqueIds, RazorWarningLevel, _flags);
183
=>
NewLine
== value
190
: new(IndentSize,
NewLine
, value, CssScope, SuppressUniqueIds, RazorWarningLevel, _flags);
195
: new(IndentSize,
NewLine
, RootNamespace, value, SuppressUniqueIds, RazorWarningLevel, _flags);
200
: new(IndentSize,
NewLine
, RootNamespace, CssScope, value, RazorWarningLevel, _flags);
205
: new(IndentSize,
NewLine
, RootNamespace, CssScope, SuppressUniqueIds, value, _flags);
285
: new(IndentSize,
NewLine
, RootNamespace, CssScope, SuppressUniqueIds, RazorWarningLevel, flags);