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)
33
public ReadOnlySpan<string> Path =>
_exporterContext
.Path;
38
public JsonTypeInfo TypeInfo =>
_exporterContext
.TypeInfo;
43
public JsonTypeInfo? BaseTypeInfo =>
_exporterContext
.BaseTypeInfo;
48
public JsonPropertyInfo? PropertyInfo =>
_exporterContext
.PropertyInfo;
55
_exporterContext
.PropertyInfo?.DeclaringType;
65
_exporterContext
.PropertyInfo?.AttributeProvider;
76
_exporterContext
.PropertyInfo?.AssociatedParameter?.AttributeProvider;