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