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