2 references to GetEventHandler
Microsoft.CodeAnalysis.Razor.Workspaces (2)
CodeActions\Razor\GenerateEventHandlerCodeActionResolver.cs (2)
67
var eventHandler =
GetEventHandler
(actionParams, options, baseIndentation);
101
var eventHandler =
GetEventHandler
(actionParams, options, baseIndentation: 0);