1 reference to s_AntiForgeryAttributeRegex
Microsoft.CodeAnalysis.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Security\UseAutoValidateAntiforgeryToken.cs (1)
418
if (symbol.GetAttributes().Any(s => s.AttributeClass != null &&
s_AntiForgeryAttributeRegex
.IsMatch(s.AttributeClass.Name)))