2 overrides of GetBraceFormattingIndentationRulesAfterReturn
Microsoft.CodeAnalysis.CSharp.Features (2)
BraceCompletion\BracketBraceCompletionService.cs (1)
38protected override ImmutableArray<AbstractFormattingRule> GetBraceFormattingIndentationRulesAfterReturn(IndentationOptions options)
BraceCompletion\CurlyBraceCompletionService.cs (1)
76protected override ImmutableArray<AbstractFormattingRule> GetBraceFormattingIndentationRulesAfterReturn(IndentationOptions options)
1 reference to GetBraceFormattingIndentationRulesAfterReturn
Microsoft.CodeAnalysis.CSharp.Features (1)
BraceCompletion\AbstractCurlyBraceOrBracketCompletionService.cs (1)
137braceFormattingIndentationRules: GetBraceFormattingIndentationRulesAfterReturn(options),