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