2 references to IsIndexerBooleanProperty
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\BoundAttributeDescriptorExtensions.cs (1)
44return isIndexerNameMatch && attribute.IsIndexerBooleanProperty;
Language\TagHelperAttributeMatch.cs (1)
48return Attribute.IsBooleanProperty || (IsIndexerMatch && Attribute.IsIndexerBooleanProperty);