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)
109Debug.Assert(s_instances[(int)indentStyle]._indentStyle == indentStyle); 121return new BraceCompletionFormattingRule(_indentStyle, newOptions); 247if (_indentStyle == FormattingOptions2.IndentStyle.Block)