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