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