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