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