1 write to ParameterName
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\TagHelperAttributeInfo.cs (1)
18ParameterName = parameterName;
2 references to ParameterName
Microsoft.CodeAnalysis.Razor.Workspaces (2)
CodeActions\Razor\GenerateEventHandlerCodeActionProvider.cs (2)
113if (markupTagHelperDirectiveAttribute.TagHelperAttributeInfo.ParameterName is "after" or "set") 135if (markupTagHelperDirectiveAttribute.TagHelperAttributeInfo.ParameterName == "set" &&