1 write to ConventionType
Microsoft.AspNetCore.Mvc.Core (1)
ApiConventionTypeAttribute.cs (1)
44ConventionType = conventionType ?? throw new ArgumentNullException(nameof(conventionType));
1 reference to ConventionType
Microsoft.AspNetCore.Mvc.Core (1)
ApiExplorer\ApiConventionResult.cs (1)
60var conventionMethods = attribute.ConventionType.GetMethods(BindingFlags.Public | BindingFlags.Static);