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