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