1 write to Attributes
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\TagHelperBinding.cs (1)
39Attributes = attributes;
3 references to Attributes
Microsoft.AspNetCore.Razor.Language.UnitTests (1)
TagHelperBinderTest.cs (1)
37Assert.Equal<KeyValuePair<string, string>>(expectedAttributes, binding.Attributes);
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Components\TagHelperDescriptorExtensions.cs (1)
66binding.Attributes.FirstOrDefault(boundAttribute.PropertyName, static (kvp, propertyName) => kvp.Key == propertyName) is { Value: var bindingTypeName })
Microsoft.CodeAnalysis.Razor.Workspaces (1)
CodeActions\Razor\SimplifyTagToSelfClosingCodeActionProvider.cs (1)
128if (!markupElementSyntax.TagHelperInfo!.BindingResult.Attributes.Any(a =>