10 references to new
Microsoft.CodeAnalysis.Razor.Compiler (10)
Language\RazorCodeGenerationOptions.Builder.cs (1)
167
=>
new
(IndentSize, NewLine, RootNamespace, CssScope, SuppressUniqueIds, RazorWarningLevel, _flags);
Language\RazorCodeGenerationOptions.cs (9)
13
public static RazorCodeGenerationOptions Default { get; } =
new
(
22
public static RazorCodeGenerationOptions DesignTimeDefault { get; } =
new
(
176
:
new
(value, NewLine, RootNamespace, CssScope, SuppressUniqueIds, RazorWarningLevel, _flags);
181
:
new
(IndentSize, value, RootNamespace, CssScope, SuppressUniqueIds, RazorWarningLevel, _flags);
186
:
new
(IndentSize, NewLine, value, CssScope, SuppressUniqueIds, RazorWarningLevel, _flags);
191
:
new
(IndentSize, NewLine, RootNamespace, value, SuppressUniqueIds, RazorWarningLevel, _flags);
196
:
new
(IndentSize, NewLine, RootNamespace, CssScope, value, RazorWarningLevel, _flags);
201
:
new
(IndentSize, NewLine, RootNamespace, CssScope, SuppressUniqueIds, value, _flags);
281
:
new
(IndentSize, NewLine, RootNamespace, CssScope, SuppressUniqueIds, RazorWarningLevel, flags);