1 write to _exporterContext
Microsoft.Extensions.AI.Abstractions (1)
Utilities\AIJsonSchemaCreateContext.cs (1)
27_exporterContext = exporterContext;
7 references to _exporterContext
Microsoft.Extensions.AI.Abstractions (7)
Utilities\AIJsonSchemaCreateContext.cs (7)
33public ReadOnlySpan<string> Path => _exporterContext.Path; 38public JsonTypeInfo TypeInfo => _exporterContext.TypeInfo; 43public JsonTypeInfo? BaseTypeInfo => _exporterContext.BaseTypeInfo; 48public JsonPropertyInfo? PropertyInfo => _exporterContext.PropertyInfo; 55_exporterContext.PropertyInfo?.DeclaringType; 65_exporterContext.PropertyInfo?.AttributeProvider; 76_exporterContext.PropertyInfo?.AssociatedParameter?.AttributeProvider;