2 references to GetOpenApiParameterLocation
Microsoft.AspNetCore.OpenApi (2)
Services\OpenApiGenerator.cs (2)
264var (bodyOrFormParameter, _, _) = GetOpenApiParameterLocation(parameter, pattern, disableInferredBody); 378var (_, parameterLocation, attributeName) = GetOpenApiParameterLocation(parameter, pattern, disableInferredBody);