14 references to IndentByOne
Microsoft.CodeAnalysis.Razor.Workspaces (1)
Formatting\Passes\CSharpFormattingPass.CSharpDocumentGenerator.cs (1)
768if (_attributeIndentStyle == AttributeIndentStyle.IndentByOne)
Microsoft.CodeAnalysis.Remote.Razor.UnitTests (2)
ClientSettingsJsonSerializationTest.cs (2)
26AttributeIndentStyle: AttributeIndentStyle.IndentByOne, 62Assert.Equal((int)AttributeIndentStyle.IndentByOne, attributeIndentStyle.GetInt32());
Microsoft.VisualStudio.LanguageServices.Razor.UnitTests (4)
src\Razor\src\Razor\test\Microsoft.CodeAnalysis.Razor.CohostingShared.UnitTests\Formatting\DocumentFormattingTest.cs (3)
10665attributeIndentStyle: AttributeIndentStyle.IndentByOne); 11407attributeIndentStyle: AttributeIndentStyle.IndentByOne); 12128attributeIndentStyle: AttributeIndentStyle.IndentByOne);
src\Razor\src\Razor\test\Microsoft.CodeAnalysis.Razor.CohostingShared.UnitTests\Formatting\HtmlFormattingTest.cs (1)
594[InlineData(AttributeIndentStyle.IndentByOne)]
Microsoft.VisualStudioCode.RazorExtension.UnitTests (7)
CohostConfigurationChangedServiceTest.cs (2)
33Assert.Equal(AttributeIndentStyle.IndentByOne, updatedSettings.AttributeIndentStyle); 53Assert.Equal(AttributeIndentStyle.IndentByOne, updatedSettings.AttributeIndentStyle);
RemoteClientSettingsServiceTest.cs (1)
69AttributeIndentStyle: AttributeIndentStyle.IndentByOne,
src\Razor\src\Razor\test\Microsoft.CodeAnalysis.Razor.CohostingShared.UnitTests\Formatting\DocumentFormattingTest.cs (3)
10665attributeIndentStyle: AttributeIndentStyle.IndentByOne); 11407attributeIndentStyle: AttributeIndentStyle.IndentByOne); 12128attributeIndentStyle: AttributeIndentStyle.IndentByOne);
src\Razor\src\Razor\test\Microsoft.CodeAnalysis.Razor.CohostingShared.UnitTests\Formatting\HtmlFormattingTest.cs (1)
594[InlineData(AttributeIndentStyle.IndentByOne)]