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