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;
57
_exporterContext
.DeclaringType;
67
_exporterContext
.PropertyAttributeProvider;
78
_exporterContext
.ParameterInfo;