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