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