4 instantiations of GenerationState
Microsoft.AspNetCore.OpenApi (4)
Schemas\JsonSchemaMapper\JsonSchemaMapper.cs (4)
58var state = new GenerationState(configuration); 86var state = new GenerationState(configuration); 148var state = new GenerationState(configuration); 193var state = new GenerationState(configuration ?? JsonSchemaMapperConfiguration.Default);
7 references to GenerationState
Microsoft.AspNetCore.OpenApi (7)
Schemas\JsonSchemaMapper\JsonSchemaMapper.cs (7)
58var state = new GenerationState(configuration); 86var state = new GenerationState(configuration); 148var state = new GenerationState(configuration); 193var state = new GenerationState(configuration ?? JsonSchemaMapperConfiguration.Default); 211ref GenerationState state, 588ref GenerationState state, 718ref GenerationState state,