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