3 references to IsStringProperty
Microsoft.CodeAnalysis.Razor.Compiler (3)
Language\BoundAttributeDescriptorExtensions.cs (1)
27if (attribute.IsStringProperty || attribute.AcceptsStringLiteral())
Language\Extensions\PreallocatedTagHelperAttributeOptimizationPass.cs (1)
93if (!(node.BoundAttribute.IsStringProperty || (node.IsIndexerNameMatch && node.BoundAttribute.IsIndexerStringProperty)) ||
Language\TagHelperAttributeMatch.cs (1)
36return Attribute.IsStringProperty || Attribute.AcceptsStringLiteral() || (IsIndexerMatch && Attribute.IsIndexerStringProperty);