2 writes to Attribute
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Components\AssetPathMetadata.cs (1)
34Attribute = Attribute.AssumeNotNull(),
Language\TagHelpers\Producers\AcceptsAssetPathTagHelperProducer.cs (1)
87Attribute = attribute,
2 references to Attribute
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Components\AssetPathMetadata.cs (1)
22builder.Append(Attribute);
Language\Components\ComponentTildePathPass.cs (1)
85if (tagHelper.Metadata is not AssetPathMetadata { Element: var element, Attribute: var attribute })