2 references to From
Microsoft.CodeAnalysis.Razor.Workspaces (2)
Completion\TagHelperCompletionProvider.cs (1)
236
var attributeDescriptions = boundAttributes.SelectAsArray(boundAttribute => BoundAttributeDescriptionInfo.
From
(boundAttribute, isIndexer));
Hover\HoverFactory.cs (1)
187
return BoundAttributeDescriptionInfo.
From
(boundAttribute, isIndexer);