1 instantiation of GenerationState
System.Text.Json (1)
System\Text\Json\Schema\JsonSchemaExporter.cs (1)
52
GenerationState state =
new
(typeInfo.Options, exporterOptions);
3 references to GenerationState
System.Text.Json (3)
System\Text\Json\Schema\JsonSchemaExporter.cs (3)
52
GenerationState
state = new(typeInfo.Options, exporterOptions);
58
ref
GenerationState
state,
425
JsonSchema CompleteSchema(ref
GenerationState
state, JsonSchema schema)