4 references to IsJsonPatchDocument
Microsoft.AspNetCore.OpenApi (4)
Extensions\JsonTypeInfoExtensions.cs (1)
72
if (type.
IsJsonPatchDocument
())
Services\OpenApiDocumentService.cs (1)
730
else if (bodyParameter.Type.
IsJsonPatchDocument
())
Services\OpenApiGenerator.cs (1)
452
parameter.ParameterType.
IsJsonPatchDocument
())
Services\Schemas\OpenApiSchemaService.cs (1)
85
else if (type.
IsJsonPatchDocument
())