3 references to IndentWithTabs
Microsoft.AspNetCore.Razor.Language.UnitTests (2)
DefaultRazorIntermediateNodeLoweringPhaseIntegrationTest.cs (2)
41
Assert.False(documentNode.Options.
IndentWithTabs
);
68
Assert.True(documentNode.Options.
IndentWithTabs
);
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\CodeGeneration\CodeWriter.cs (1)
54
IndentWithTabs = options.
IndentWithTabs
;