1 write to AddAttributeMethodName
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Components\ComponentEventHandlerLoweringPass.cs (1)
282result.AddAttributeMethodName = eventHandlerMethod;
1 reference to AddAttributeMethodName
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Components\ComponentNodeWriter.cs (1)
1249var addAttributeMethod = node.AddAttributeMethodName ?? GetAddComponentParameterMethodName(context);