2 writes to AcceptsAssetPath
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\TagHelpers\Producers\ComponentTagHelperProducer.cs (1)
320builder.AcceptsAssetPath = true;
rzc (1)
Json\ObjectReaders_TagHelpers.cs (1)
260AcceptsAssetPath = reader.ReadBooleanOrFalse(nameof(PropertyMetadata.AcceptsAssetPath))
1 reference to AcceptsAssetPath
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Components\PropertyMetadata.cs (1)
60AcceptsAssetPath = AcceptsAssetPath,