9 references to new
Microsoft.CodeAnalysis.Razor.Compiler (9)
Language\RazorCodeGenerationOptions.Builder.cs (1)
170
=>
new
(IndentSize, NewLine, RootNamespace, CssScope, SuppressUniqueIds, RazorWarningLevel, _flags);
Language\RazorCodeGenerationOptions.cs (8)
13
public static RazorCodeGenerationOptions Default { get; } =
new
(
170
:
new
(value, NewLine, RootNamespace, CssScope, SuppressUniqueIds, RazorWarningLevel, _flags);
175
:
new
(IndentSize, value, RootNamespace, CssScope, SuppressUniqueIds, RazorWarningLevel, _flags);
180
:
new
(IndentSize, NewLine, value, CssScope, SuppressUniqueIds, RazorWarningLevel, _flags);
185
:
new
(IndentSize, NewLine, RootNamespace, value, SuppressUniqueIds, RazorWarningLevel, _flags);
190
:
new
(IndentSize, NewLine, RootNamespace, CssScope, value, RazorWarningLevel, _flags);
195
:
new
(IndentSize, NewLine, RootNamespace, CssScope, SuppressUniqueIds, value, _flags);
275
:
new
(IndentSize, NewLine, RootNamespace, CssScope, SuppressUniqueIds, RazorWarningLevel, flags);