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