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