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