15 references to StringifyAttributes
Microsoft.CodeAnalysis.Razor.Workspaces (6)
CodeActions\Razor\ComponentAccessibilityCodeActionProvider.cs (1)
214var attributes = TagHelperFacts.StringifyAttributes(startTag.Attributes);
Completion\TagHelperCompletionProvider.cs (3)
83var stringifiedAttributes = TagHelperFacts.StringifyAttributes(attributes); 113var stringifiedAttributes = TagHelperFacts.StringifyAttributes(elementAttributes); 148var stringifiedAttributes = TagHelperFacts.StringifyAttributes(attributes);
Hover\HoverFactory.cs (2)
72var stringifiedAttributes = TagHelperFacts.StringifyAttributes(attributes); 111var stringifiedAttributes = TagHelperFacts.StringifyAttributes(attributes);
Microsoft.CodeAnalysis.Razor.Workspaces.UnitTests (9)
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);