1 write to _path
Microsoft.Extensions.AI.Abstractions (1)
src\Shared\JsonSchemaExporter\JsonSchemaExporterContext.cs (1)
38
_path
= path;
2 references to _path
Microsoft.Extensions.AI.Abstractions (2)
src\Shared\JsonSchemaExporter\JsonSchemaExporter.cs (1)
534
_generated[key] = context.
_path
;
src\Shared\JsonSchemaExporter\JsonSchemaExporterContext.cs (1)
44
public ReadOnlySpan<string> Path =>
_path
;