43 references to TagHelperFacts
Microsoft.CodeAnalysis.Razor.Workspaces (19)
CodeActions\Razor\ComponentAccessibilityCodeActionProvider.cs (1)
214var attributes = TagHelperFacts.StringifyAttributes(startTag.Attributes);
Completion\DirectiveAttributeCompletionItemProvider.cs (1)
99var tagHelpersForTag = TagHelperFacts.GetTagHelpersGivenTag(documentContext, containingTagName, parentTag: null);
Completion\TagHelperCompletionProvider.cs (5)
83var stringifiedAttributes = TagHelperFacts.StringifyAttributes(attributes); 113var stringifiedAttributes = TagHelperFacts.StringifyAttributes(elementAttributes); 148var stringifiedAttributes = TagHelperFacts.StringifyAttributes(attributes); 181var (ancestorTagName, ancestorIsTagHelper) = TagHelperFacts.GetNearestAncestorTagInfo(ancestors); 275var (ancestorTagName, ancestorIsTagHelper) = TagHelperFacts.GetNearestAncestorTagInfo(ancestors);
Completion\TagHelperCompletionService.cs (5)
44var tagHelpersForTag = TagHelperFacts.GetTagHelpersGivenTag(documentContext, completionContext.CurrentTagName, completionContext.CurrentParentTagName); 54var applicableTagHelperBinding = TagHelperFacts.GetTagHelperBinding( 174var possibleChildTagHelpers = TagHelperFacts.GetTagHelpersGivenParent( 292var binding = TagHelperFacts.GetTagHelperBinding( 310var tagHelpersForTag = TagHelperFacts.GetTagHelpersGivenTag(
Hover\HoverFactory.cs (7)
71var (parentTag, parentIsTagHelper) = TagHelperFacts.GetNearestAncestorTagInfo(ancestors); 72var stringifiedAttributes = TagHelperFacts.StringifyAttributes(attributes); 73var binding = TagHelperFacts.GetTagHelperBinding( 108var (parentTag, parentIsTagHelper) = TagHelperFacts.GetNearestAncestorTagInfo(ancestors); 111var stringifiedAttributes = TagHelperFacts.StringifyAttributes(attributes); 113var binding = TagHelperFacts.GetTagHelperBinding( 127var tagHelperAttributes = TagHelperFacts.GetBoundTagHelperAttributes(
Microsoft.CodeAnalysis.Razor.Workspaces.UnitTests (24)
TagHelperFactsServiceTest.cs (9)
28var attributes = TagHelperFacts.StringifyAttributes(startTag.Attributes); 49var attributes = TagHelperFacts.StringifyAttributes(startTag.Attributes); 70var attributes = TagHelperFacts.StringifyAttributes(startTag.Attributes); 91var attributes = TagHelperFacts.StringifyAttributes(startTag.Attributes); 124var attributes = TagHelperFacts.StringifyAttributes(startTag.Attributes); 157var attributes = TagHelperFacts.StringifyAttributes(startTag.Attributes); 181var attributes = TagHelperFacts.StringifyAttributes(startTag.Attributes); 205var attributes = TagHelperFacts.StringifyAttributes(startTag.Attributes); 229var attributes = TagHelperFacts.StringifyAttributes(startTag.Attributes);
TagHelperFactsTest.cs (15)
28var binding = TagHelperFacts.GetTagHelperBinding( 61var binding = TagHelperFacts.GetTagHelperBinding( 89var binding = TagHelperFacts.GetTagHelperBinding( 98var result = TagHelperFacts.GetBoundTagHelperAttributes( 125var binding = TagHelperFacts.GetTagHelperBinding( 134var result = TagHelperFacts.GetBoundTagHelperAttributes( 154var result = TagHelperFacts.GetTagHelpersGivenTag( 174var result = TagHelperFacts.GetTagHelpersGivenTag( 197var result = TagHelperFacts.GetTagHelpersGivenTag( 220var result = TagHelperFacts.GetTagHelpersGivenTag( 243var result = TagHelperFacts.GetTagHelpersGivenTag( 263var result = TagHelperFacts.GetTagHelpersGivenParent( 285var result = TagHelperFacts.GetTagHelpersGivenParent( 304var result = TagHelperFacts.GetTagHelpersGivenParent( 326var result = TagHelperFacts.GetTagHelpersGivenParent(