4 references to IsDelegateProperty
Microsoft.CodeAnalysis.Razor.Compiler (4)
Language\Components\ComponentBindLoweringPass.cs (1)
488if (parent is ComponentIntermediateNode && changeAttribute != null && changeAttribute.IsDelegateProperty())
Language\Components\ComponentGenericTypePass.cs (1)
370else if (attribute.TypeName == null && (attribute.BoundAttribute?.IsDelegateProperty() ?? false))
Language\Components\ComponentNodeWriter.cs (1)
1317if ((node.BoundAttribute?.IsDelegateProperty() ?? false) ||
Language\TagHelpers\Producers\BindTagHelperProducer.cs (1)
413(!changeAttribute.IsDelegateProperty() && !changeAttribute.IsEventCallbackProperty()))