2 references to _generated
Microsoft.Extensions.AI.Abstractions (2)
src\Shared\JsonSchemaExporter\JsonSchemaExporter.cs (2)
528
bool exists =
_generated
.TryGetValue(key, out string[]? pathToSchema);
538
_generated
[key] = context._path;