2 instantiations of AttributeArgs
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\TagHelpers\Producers\EventHandlerTagHelperProducer.cs (2)
81
args =
new
(attributeName, eventArgsType);
104
args =
new
(attributeName, eventArgsType, enableStopPropagation, enablePreventDefault);
6 references to AttributeArgs
Microsoft.CodeAnalysis.Razor.Compiler (6)
Language\TagHelpers\Producers\EventHandlerTagHelperProducer.cs (6)
41
if (!
AttributeArgs
.TryGet(attribute, out
var
args))
61
public static bool TryGet(AttributeData attribute, out
AttributeArgs
args)
73
static bool TryGetFromTwoArguments(ImmutableArray<TypedConstant> arguments, out
AttributeArgs
args)
89
static bool TryGetFromFourArguments(ImmutableArray<TypedConstant> arguments, out
AttributeArgs
args)
118
AttributeArgs
args)