1 write to IndentSize
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\RazorCodeGenerationOptions.cs (1)
67
IndentSize
= indentSize;
10 references to IndentSize
Microsoft.AspNetCore.Razor.Language.UnitTests (2)
DefaultRazorIntermediateNodeLoweringPhaseIntegrationTest.cs (2)
40
Assert.Equal(4, documentNode.Options.
IndentSize
);
67
Assert.Equal(17, documentNode.Options.
IndentSize
);
Microsoft.CodeAnalysis.Razor.Compiler (8)
Language\CodeGeneration\CodeWriter.cs (1)
55
TabSize = options.
IndentSize
;
Language\RazorCodeGenerationOptions.cs (7)
174
=>
IndentSize
== value
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);