3 references to HasAttributeImplementingInterface
Microsoft.AspNetCore.App.Analyzers (3)
RouteHandlers\AtMostOneFromBodyAttribute.cs (2)
30m => m.HasAttributeImplementingInterface(fromBodyMetadataInterfaceType) 39var fromBodyMetadataInterfaceParameters = methodSymbol.Parameters.Where(p => p.HasAttributeImplementingInterface(fromBodyMetadataInterfaceType));
RouteHandlers\DisallowNonParsableComplexTypesOnParameters.cs (1)
101if (parameter.HasAttributeImplementingInterface(fromMetadataInterfaceTypeSymbol) && parsability != Parsability.Parsable)