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