12 references to None
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (6)
AutomaticCompletion\AutomaticBraceCompletionTests.cs (2)
1153{ FormattingOptions2.SmartIndent, FormattingOptions2.IndentStyle.None }, 1681{ FormattingOptions2.SmartIndent, FormattingOptions2.IndentStyle.None },
Formatting\FormattingEngineTests.cs (1)
1073{ IndentationOptionsStorage.SmartIndent, FormattingOptions2.IndentStyle.None }
Formatting\Indentation\SmartIndenterTests.cs (1)
130indentStyle: IndentStyle.None);
SplitStringLiteral\SplitStringLiteralCommandHandlerTests.cs (2)
488IndentStyle.None); 560}", indentStyle: IndentStyle.None);
Microsoft.CodeAnalysis.CSharp.Features (1)
BraceCompletion\CurlyBraceCompletionService.cs (1)
95new BraceCompletionFormattingRule(FormattingOptions2.IndentStyle.None),
Microsoft.CodeAnalysis.EditorFeatures (1)
Options\TextBufferOptionProviders.cs (1)
105_ => FormattingOptions2.IndentStyle.None,
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures.UnitTests (2)
Formatting\Indentation\SmartIndenterTests.vb (1)
2579indentStyle:=FormattingOptions2.IndentStyle.None)
Formatting\Indentation\SmartTokenFormatter_FormatTokenTests.vb (1)
170Await ExpectException_TestAsync(code, indentation:=0, indentStyle:=FormattingOptions2.IndentStyle.None)
Microsoft.CodeAnalysis.Workspaces (2)
AbstractIndentation.Indenter.cs (1)
73if (indentStyle == FormattingOptions2.IndentStyle.None)
AbstractIndentationService.cs (1)
24if (indentStyle == FormattingOptions2.IndentStyle.None)