1 write to _transformerType
Microsoft.AspNetCore.OpenApi (1)
Transformers\TypeBasedOpenApiSchemaTransformer.cs (1)
19_transformerType = transformerType;
2 references to _transformerType
Microsoft.AspNetCore.OpenApi (2)
Transformers\TypeBasedOpenApiSchemaTransformer.cs (2)
20_transformerFactory = ActivatorUtilities.CreateFactory(_transformerType, []); 26Debug.Assert(transformer != null, $"The type {_transformerType} does not implement {nameof(IOpenApiSchemaTransformer)}.");