14 references to IndentByOne
Microsoft.CodeAnalysis.Razor.Workspaces (1)
Formatting\Passes\CSharpFormattingPass.CSharpDocumentGenerator.cs (1)
768
if (_attributeIndentStyle == AttributeIndentStyle.
IndentByOne
)
Microsoft.CodeAnalysis.Remote.Razor.UnitTests (2)
ClientSettingsJsonSerializationTest.cs (2)
26
AttributeIndentStyle: AttributeIndentStyle.
IndentByOne
,
62
Assert.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)
10665
attributeIndentStyle: AttributeIndentStyle.
IndentByOne
);
11407
attributeIndentStyle: AttributeIndentStyle.
IndentByOne
);
12128
attributeIndentStyle: 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)
33
Assert.Equal(AttributeIndentStyle.
IndentByOne
, updatedSettings.AttributeIndentStyle);
53
Assert.Equal(AttributeIndentStyle.
IndentByOne
, updatedSettings.AttributeIndentStyle);
RemoteClientSettingsServiceTest.cs (1)
69
AttributeIndentStyle: AttributeIndentStyle.
IndentByOne
,
src\Razor\src\Razor\test\Microsoft.CodeAnalysis.Razor.CohostingShared.UnitTests\Formatting\DocumentFormattingTest.cs (3)
10665
attributeIndentStyle: AttributeIndentStyle.
IndentByOne
);
11407
attributeIndentStyle: AttributeIndentStyle.
IndentByOne
);
12128
attributeIndentStyle: AttributeIndentStyle.
IndentByOne
);
src\Razor\src\Razor\test\Microsoft.CodeAnalysis.Razor.CohostingShared.UnitTests\Formatting\HtmlFormattingTest.cs (1)
594
[InlineData(AttributeIndentStyle.
IndentByOne
)]