2 instantiations of GenericPocoWithNullableConstructorParameter
Shared.Tests (2)
Generated\361d1da7f942c932\TestTypesContext.GenericPocoWithNullableConstructorParameterString.g.cs (1)
34
ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.Extensions.AI.JsonSchemaExporter.TestTypes.
GenericPocoWithNullableConstructorParameter
<string>((string)args[0]),
JsonSchemaExporter\TestTypes.cs (1)
611
Value:
new
(null!),
18 references to GenericPocoWithNullableConstructorParameter
Shared.Tests (18)
Generated\361d1da7f942c932\TestTypesContext.GenericPocoWithNullableConstructorParameterString.g.cs (15)
15
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.Extensions.AI.JsonSchemaExporter.TestTypes.
GenericPocoWithNullableConstructorParameter
<string>>? _GenericPocoWithNullableConstructorParameterString;
21
public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.Extensions.AI.JsonSchemaExporter.TestTypes.
GenericPocoWithNullableConstructorParameter
<string>> GenericPocoWithNullableConstructorParameterString
24
get => _GenericPocoWithNullableConstructorParameterString ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.Extensions.AI.JsonSchemaExporter.TestTypes.
GenericPocoWithNullableConstructorParameter
<string>>)Options.GetTypeInfo(typeof(global::Microsoft.Extensions.AI.JsonSchemaExporter.TestTypes.
GenericPocoWithNullableConstructorParameter
<string>));
27
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.Extensions.AI.JsonSchemaExporter.TestTypes.
GenericPocoWithNullableConstructorParameter
<string>> Create_GenericPocoWithNullableConstructorParameterString(global::System.Text.Json.JsonSerializerOptions options)
29
if (!TryGetTypeInfoForRuntimeCustomConverter<global::Microsoft.Extensions.AI.JsonSchemaExporter.TestTypes.
GenericPocoWithNullableConstructorParameter
<string>>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.Extensions.AI.JsonSchemaExporter.TestTypes.
GenericPocoWithNullableConstructorParameter
<string>> jsonTypeInfo))
31
var objectInfo = new global::System.Text.Json.Serialization.Metadata.JsonObjectInfoValues<global::Microsoft.Extensions.AI.JsonSchemaExporter.TestTypes.
GenericPocoWithNullableConstructorParameter
<string>>
37
ConstructorAttributeProviderFactory = static () => typeof(global::Microsoft.Extensions.AI.JsonSchemaExporter.TestTypes.
GenericPocoWithNullableConstructorParameter
<string>).GetConstructor(InstanceMemberBindingFlags, binder: null, new[] {typeof(string)}, modifiers: null),
41
jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateObjectInfo<global::Microsoft.Extensions.AI.JsonSchemaExporter.TestTypes.
GenericPocoWithNullableConstructorParameter
<string>>(options, objectInfo);
58
DeclaringType = typeof(global::Microsoft.Extensions.AI.JsonSchemaExporter.TestTypes.
GenericPocoWithNullableConstructorParameter
<string>),
60
Getter = static obj => ((global::Microsoft.Extensions.AI.JsonSchemaExporter.TestTypes.
GenericPocoWithNullableConstructorParameter
<string>)obj).Value,
68
AttributeProviderFactory = static () => typeof(global::Microsoft.Extensions.AI.JsonSchemaExporter.TestTypes.
GenericPocoWithNullableConstructorParameter
<string>).GetProperty("Value", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null),
79
private void GenericPocoWithNullableConstructorParameterStringSerializeHandler(global::System.Text.Json.Utf8JsonWriter writer, global::Microsoft.Extensions.AI.JsonSchemaExporter.TestTypes.
GenericPocoWithNullableConstructorParameter
<string>? value)
89
writer.WriteString(PropName_Value, ((global::Microsoft.Extensions.AI.JsonSchemaExporter.TestTypes.
GenericPocoWithNullableConstructorParameter
<string>)value).Value);
Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\TestTypesContext.GetJsonTypeInfo.g.cs (1)
84
if (type == typeof(global::Microsoft.Extensions.AI.JsonSchemaExporter.TestTypes.
GenericPocoWithNullableConstructorParameter
<string>))
JsonSchemaExporter\TestTypes.cs (2)
610
yield return new TestData<
GenericPocoWithNullableConstructorParameter
<string>>(
1289
[JsonSerializable(typeof(
GenericPocoWithNullableConstructorParameter
<string>))]