2 references to GetCustomAttribute
Microsoft.AspNetCore.Mvc.Core (2)
ApiExplorer\ApiConventionMatcher.cs (2)
56
var attribute =
GetCustomAttribute
<ApiConventionNameMatchAttribute>(attributeProvider);
62
var attribute =
GetCustomAttribute
<ApiConventionTypeMatchAttribute>(attributeProvider);