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