2 writes to EventParameterType
Microsoft.CodeAnalysis.Razor.Workspaces (2)
CodeActions\Razor\RazorCodeActionFactory.cs (2)
161
EventParameterType
= eventParameterType,
190
EventParameterType
= eventParameterType,
2 references to EventParameterType
Microsoft.CodeAnalysis.Razor.Workspaces (2)
CodeActions\Razor\GenerateEventHandlerCodeActionResolver.cs (2)
147
var parameters = actionParams.
EventParameterType
is null
149
: $"global::{actionParams.
EventParameterType
} args";