2 references to Scope
Microsoft.AspNetCore.Mvc.ApiExplorer (2)
ApiResponseTypeProvider.cs (2)
203
foreach (var metadataAttributeWithScope in responseMetadataAttributes.OrderByDescending(attr => attr.
Scope
))
206
var attributeScope = metadataAttributeWithScope.
Scope
;