13 references to IsIndexerStringProperty
Microsoft.CodeAnalysis.Razor.Compiler (3)
Language\BoundAttributeDescriptorExtensions.cs (1)
33
return isIndexerNameMatch && attribute.
IsIndexerStringProperty
;
Language\Extensions\PreallocatedTagHelperAttributeOptimizationPass.cs (1)
99
if (!(node.BoundAttribute.IsStringProperty || (node.IsIndexerNameMatch && node.BoundAttribute.
IsIndexerStringProperty
)) ||
Language\TagHelperAttributeMatch.cs (1)
35
return Attribute.IsStringProperty || (IsIndexerMatch && Attribute.
IsIndexerStringProperty
);
Microsoft.CodeAnalysis.Razor.UnitTests (10)
BindTagHelperProducerTest.cs (4)
152
Assert.False(attribute.
IsIndexerStringProperty
);
315
Assert.False(attribute.
IsIndexerStringProperty
);
497
Assert.False(attribute.
IsIndexerStringProperty
);
1070
Assert.False(attribute.
IsIndexerStringProperty
);
ComponentTagHelperProducerTest.cs (1)
109
Assert.False(attribute.
IsIndexerStringProperty
);
EventHandlerTagHelperProducerTest.cs (2)
100
Assert.False(attribute.
IsIndexerStringProperty
);
234
Assert.False(attribute.
IsIndexerStringProperty
);
KeyTagHelperProducerTest.cs (1)
74
Assert.False(attribute.
IsIndexerStringProperty
);
RefTagHelperProducerTest.cs (1)
74
Assert.False(attribute.
IsIndexerStringProperty
);
SplatTagHelperProducerTest.cs (1)
71
Assert.False(attribute.
IsIndexerStringProperty
);