1 instantiation of GenerationState
Shared (1)
JsonSchemaExporter\JsonSchemaExporter.cs (1)
82
GenerationState state =
new
(exporterOptions, typeInfo.Options);
4 references to GenerationState
Shared (4)
JsonSchemaExporter\JsonSchemaExporter.cs (4)
82
GenerationState
state = new(exporterOptions, typeInfo.Options);
89
ref
GenerationState
state,
444
JsonSchema CompleteSchema(ref
GenerationState
state, JsonSchema schema)
453
bool IsNullableSchema(ref
GenerationState
state)