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