1 instantiation of ClassWithComponentModelAttributes
Shared.Tests (1)
Generated\361d1da7f942c932\TestTypesContext.ClassWithComponentModelAttributes.g.cs (1)
34
ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.Extensions.AI.JsonSchemaExporter.TestTypes.
ClassWithComponentModelAttributes
((string)args[0], (int)args[1]),
21 references to ClassWithComponentModelAttributes
Shared.Tests (21)
Generated\361d1da7f942c932\TestTypesContext.ClassWithComponentModelAttributes.g.cs (19)
15
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.Extensions.AI.JsonSchemaExporter.TestTypes.
ClassWithComponentModelAttributes
>? _ClassWithComponentModelAttributes;
21
public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.Extensions.AI.JsonSchemaExporter.TestTypes.
ClassWithComponentModelAttributes
> ClassWithComponentModelAttributes
24
get => _ClassWithComponentModelAttributes ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.Extensions.AI.JsonSchemaExporter.TestTypes.
ClassWithComponentModelAttributes
>)Options.GetTypeInfo(typeof(global::Microsoft.Extensions.AI.JsonSchemaExporter.TestTypes.
ClassWithComponentModelAttributes
));
27
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.Extensions.AI.JsonSchemaExporter.TestTypes.
ClassWithComponentModelAttributes
> Create_ClassWithComponentModelAttributes(global::System.Text.Json.JsonSerializerOptions options)
29
if (!TryGetTypeInfoForRuntimeCustomConverter<global::Microsoft.Extensions.AI.JsonSchemaExporter.TestTypes.
ClassWithComponentModelAttributes
>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.Extensions.AI.JsonSchemaExporter.TestTypes.
ClassWithComponentModelAttributes
> jsonTypeInfo))
31
var objectInfo = new global::System.Text.Json.Serialization.Metadata.JsonObjectInfoValues<global::Microsoft.Extensions.AI.JsonSchemaExporter.TestTypes.
ClassWithComponentModelAttributes
>
37
ConstructorAttributeProviderFactory = static () => typeof(global::Microsoft.Extensions.AI.JsonSchemaExporter.TestTypes.
ClassWithComponentModelAttributes
).GetConstructor(InstanceMemberBindingFlags, binder: null, new[] {typeof(string), typeof(int)}, modifiers: null),
41
jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateObjectInfo<global::Microsoft.Extensions.AI.JsonSchemaExporter.TestTypes.
ClassWithComponentModelAttributes
>(options, objectInfo);
58
DeclaringType = typeof(global::Microsoft.Extensions.AI.JsonSchemaExporter.TestTypes.
ClassWithComponentModelAttributes
),
60
Getter = static obj => ((global::Microsoft.Extensions.AI.JsonSchemaExporter.TestTypes.
ClassWithComponentModelAttributes
)obj).StringValue,
68
AttributeProviderFactory = static () => typeof(global::Microsoft.Extensions.AI.JsonSchemaExporter.TestTypes.
ClassWithComponentModelAttributes
).GetProperty("StringValue", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null),
79
DeclaringType = typeof(global::Microsoft.Extensions.AI.JsonSchemaExporter.TestTypes.
ClassWithComponentModelAttributes
),
81
Getter = static obj => ((global::Microsoft.Extensions.AI.JsonSchemaExporter.TestTypes.
ClassWithComponentModelAttributes
)obj).IntValue,
89
AttributeProviderFactory = static () => typeof(global::Microsoft.Extensions.AI.JsonSchemaExporter.TestTypes.
ClassWithComponentModelAttributes
).GetProperty("IntValue", InstanceMemberBindingFlags, null, typeof(int), global::System.Array.Empty<global::System.Type>(), null),
99
private void ClassWithComponentModelAttributesSerializeHandler(global::System.Text.Json.Utf8JsonWriter writer, global::Microsoft.Extensions.AI.JsonSchemaExporter.TestTypes.
ClassWithComponentModelAttributes
? value)
109
writer.WriteString(PropName_StringValue, ((global::Microsoft.Extensions.AI.JsonSchemaExporter.TestTypes.
ClassWithComponentModelAttributes
)value).StringValue);
110
writer.WriteNumber(PropName_IntValue, ((global::Microsoft.Extensions.AI.JsonSchemaExporter.TestTypes.
ClassWithComponentModelAttributes
)value).IntValue);
Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\TestTypesContext.GetJsonTypeInfo.g.cs (1)
60
if (type == typeof(global::Microsoft.Extensions.AI.JsonSchemaExporter.TestTypes.
ClassWithComponentModelAttributes
))
JsonSchemaExporter\TestTypes.cs (1)
1293
[JsonSerializable(typeof(
ClassWithComponentModelAttributes
))]