10 instantiations of AggregateBoundElementDescription
Microsoft.CodeAnalysis.Razor.Workspaces (3)
Completion\TagHelperCompletionProvider.cs (1)
294var descriptionInfo = new AggregateBoundElementDescription(tagHelpers.SelectAsArray(BoundElementDescriptionInfo.From));
Hover\HoverFactory.cs (1)
232var elementDescriptionInfo = new AggregateBoundElementDescription(descriptionInfos);
Tooltip\AggregateBoundElementDescription.cs (1)
10public static readonly AggregateBoundElementDescription Empty = new(ImmutableArray<BoundElementDescriptionInfo>.Empty);
Microsoft.CodeAnalysis.Razor.Workspaces.UnitTests (7)
Tooltip\ClassifiedTagHelperTooltipFactoryTest.cs (4)
194var elementDescription = new AggregateBoundElementDescription(associatedTagHelperInfos.ToImmutableArray()); 236var elementDescription = new AggregateBoundElementDescription(associatedTagHelperInfos.ToImmutableArray()); 275var elementDescription = new AggregateBoundElementDescription(associatedTagHelperInfos.ToImmutableArray()); 472var elementDescription = new AggregateBoundElementDescription(associatedTagHelperInfos.ToImmutableArray());
Tooltip\MarkupTagHelperTooltipFactoryTest.cs (3)
87var elementDescription = new AggregateBoundElementDescription(associatedTagHelperInfos.ToImmutableArray()); 110var elementDescription = new AggregateBoundElementDescription(associatedTagHelperInfos.ToImmutableArray()); 161var elementDescription = new AggregateBoundElementDescription(associatedTagHelperInfos.ToImmutableArray());
24 references to AggregateBoundElementDescription
Microsoft.CodeAnalysis.Razor.Workspaces (11)
Completion\RazorCompletionItem.cs (1)
95AggregateBoundElementDescription descriptionInfo,
Completion\RazorCompletionItemResolver.cs (1)
127if (associatedRazorCompletion.DescriptionInfo is not AggregateBoundElementDescription descriptionInfo)
Completion\TagHelperCompletionProvider.cs (3)
294var descriptionInfo = new AggregateBoundElementDescription(tagHelpers.SelectAsArray(BoundElementDescriptionInfo.From)); 320private static void AddCompletionItemWithUsingDirective(ref PooledArrayBuilder<RazorCompletionItem> completionItems, RazorCompletionContext context, ImmutableArray<RazorCommitCharacter> commitChars, string displayText, AggregateBoundElementDescription descriptionInfo) 388AggregateBoundElementDescription descriptionInfo,
Hover\HoverFactory.cs (1)
232var elementDescriptionInfo = new AggregateBoundElementDescription(descriptionInfos);
Tooltip\AggregateBoundElementDescription.cs (1)
10public static readonly AggregateBoundElementDescription Empty = new(ImmutableArray<BoundElementDescriptionInfo>.Empty);
Tooltip\ClassifiedTagHelperTooltipFactory.cs (3)
61AggregateBoundElementDescription elementDescriptionInfo, 102AggregateBoundElementDescription elementDescriptionInfo, 143AggregateBoundElementDescription elementInfo,
Tooltip\MarkupTagHelperTooltipFactory.cs (1)
18AggregateBoundElementDescription elementDescriptionInfo,
Microsoft.CodeAnalysis.Razor.Workspaces.UnitTests (13)
Tooltip\ClassifiedTagHelperTooltipFactoryTest.cs (8)
172var elementDescription = AggregateBoundElementDescription.Empty; 194var elementDescription = new AggregateBoundElementDescription(associatedTagHelperInfos.ToImmutableArray()); 236var elementDescription = new AggregateBoundElementDescription(associatedTagHelperInfos.ToImmutableArray()); 275var elementDescription = new AggregateBoundElementDescription(associatedTagHelperInfos.ToImmutableArray()); 451var elementDescription = AggregateBoundElementDescription.Empty; 472var elementDescription = new AggregateBoundElementDescription(associatedTagHelperInfos.ToImmutableArray());
Tooltip\MarkupTagHelperTooltipFactoryTest.cs (5)
67var elementDescription = AggregateBoundElementDescription.Empty; 87var elementDescription = new AggregateBoundElementDescription(associatedTagHelperInfos.ToImmutableArray()); 110var elementDescription = new AggregateBoundElementDescription(associatedTagHelperInfos.ToImmutableArray()); 161var elementDescription = new AggregateBoundElementDescription(associatedTagHelperInfos.ToImmutableArray());