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