2 overrides of CreateAggregatedFormattingResult
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
CSharpSyntaxFormatting.cs (1)
45
protected override IFormattingResult
CreateAggregatedFormattingResult
(SyntaxNode node, IList<AbstractFormattingResult> results, SimpleIntervalTree<TextSpan, TextSpanIntervalIntrospector>? formattingSpans = null)
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (1)
VisualBasicSyntaxFormatting.vb (1)
42
Protected Overrides Function
CreateAggregatedFormattingResult
(node As SyntaxNode, results As IList(Of AbstractFormattingResult), Optional formattingSpans As SimpleIntervalTree(Of TextSpan, TextSpanIntervalIntrospector) = Nothing) As IFormattingResult
3 references to CreateAggregatedFormattingResult
Microsoft.CodeAnalysis.CodeStyle (3)
AbstractSyntaxFormatting.cs (3)
55
return
CreateAggregatedFormattingResult
(node, SpecializedCollections.EmptyList<AbstractFormattingResult>());
75
return
CreateAggregatedFormattingResult
(node, SpecializedCollections.EmptyList<AbstractFormattingResult>());
84
return
CreateAggregatedFormattingResult
(node, results);