1 instantiation of OpenApiResponseContentSchemas
Microsoft.AspNetCore.OpenApi (1)
Services\OpenApiDocumentService.cs (1)
469
contentTypeSchemas = new
OpenApiResponseContentSchemas
();
2 references to OpenApiResponseContentSchemas
Microsoft.AspNetCore.OpenApi (2)
Services\OpenApiDocumentService.cs (2)
434
var schemasByContentType = new Dictionary<string,
OpenApiResponseContentSchemas
>();
467
if (!schemasByContentType.TryGetValue(contentType, out
var
contentTypeSchemas))