4 references to ToEditorIndentStyle
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (2)
Formatting\Indentation\SmartIndenterTests.cs (1)
3700
editorOptions.SetOptionValue(DefaultOptions.IndentStyleId, indentStyle.
ToEditorIndentStyle
());
SplitStringLiteral\SplitStringLiteralCommandHandlerTests.cs (1)
68
options.SetOptionValue(DefaultOptions.IndentStyleId, indentStyle.
ToEditorIndentStyle
());
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (2)
Formatting\CoreFormatterTestsBase.cs (1)
82
editorOptions.SetOptionValue(DefaultOptions.IndentStyleId, indentStyle.
ToEditorIndentStyle
());
Utilities\GlobalOptionsExtensions.cs (1)
18
editorOptions.SetOptionValue(DefaultOptions.IndentStyleId, globalOptions.GetOption(FormattingOptions2.SmartIndent, language).
ToEditorIndentStyle
());