1 write to IndentSize
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\RazorCodeGenerationOptions.cs (1)
58
IndentSize
= indentSize;
8 references to IndentSize
Microsoft.CodeAnalysis.Razor.Compiler (8)
Language\CodeGeneration\CodeWriter.cs (1)
55
TabSize = options.
IndentSize
;
Language\RazorCodeGenerationOptions.cs (7)
168
=>
IndentSize
== value
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);