4 instantiations of BraceCompletionFormattingRule
Microsoft.CodeAnalysis.CSharp.Features (4)
BraceCompletion\CurlyBraceCompletionService.cs (4)
95new BraceCompletionFormattingRule(FormattingOptions2.IndentStyle.None), 96new BraceCompletionFormattingRule(FormattingOptions2.IndentStyle.Block), 97new BraceCompletionFormattingRule(FormattingOptions2.IndentStyle.Smart)); 127return new BraceCompletionFormattingRule(_indentStyle, newOptions);
2 references to BraceCompletionFormattingRule
Microsoft.CodeAnalysis.CSharp.Features (2)
BraceCompletion\CurlyBraceCompletionService.cs (2)
87return ImmutableArray.Create(BraceCompletionFormattingRule.ForIndentStyle(indentStyle)); 94private static readonly ImmutableArray<BraceCompletionFormattingRule> s_instances = ImmutableArray.Create(