1 write to _indentStyle
Microsoft.CodeAnalysis.CSharp.Features (1)
BraceCompletion\CurlyBraceCompletionService.cs (1)
103
_indentStyle
= indentStyle;
3 references to _indentStyle
Microsoft.CodeAnalysis.CSharp.Features (3)
BraceCompletion\CurlyBraceCompletionService.cs (3)
109
Debug.Assert(s_instances[(int)indentStyle].
_indentStyle
== indentStyle);
121
return new BraceCompletionFormattingRule(
_indentStyle
, newOptions);
247
if (
_indentStyle
== FormattingOptions2.IndentStyle.Block)