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