9 references to IsAttributeClass
Microsoft.CodeAnalysis.NetAnalyzers (9)
Microsoft.NetFramework.Analyzers\MarkVerbHandlersWithValidateAntiforgeryTokenAnalyzer.MvcAttributeSymbols.cs (9)
64if (IsAttributeClass(a, this.ValidateAntiforgeryTokenAttributeSymbol)) 68else if (IsAttributeClass(a, this.HttpGetAttributeSymbol)) 72else if (IsAttributeClass(a, this.HttpPostAttributeSymbol)) 76else if (IsAttributeClass(a, this.HttpPutAttributeSymbol)) 80else if (IsAttributeClass(a, this.HttpDeleteAttributeSymbol)) 84else if (IsAttributeClass(a, this.HttpPatchAttributeSymbol)) 88else if (IsAttributeClass(a, this.AcceptVerbsAttributeSymbol)) 127else if (IsAttributeClass(a, this.NonActionAttributeSymbol) 128|| IsAttributeClass(a, this.ChildActionOnlyAttributeSymbol))