2 writes to DisallowNull
Shared.Tests (2)
Generated\361d1da7f942c932\TestTypesContext.PocoWithNullableAnnotationAttributes.g.cs (1)
124
Setter = static (obj, value) => ((global::Microsoft.Extensions.AI.JsonSchemaExporter.TestTypes.PocoWithNullableAnnotationAttributes)obj).
DisallowNull
= value!,
JsonSchemaExporter\TestTypes.cs (1)
551
Value: new() { MaybeNull = null!, AllowNull = null, NotNull = null,
DisallowNull
= null!, NotNullDisallowNull = "str" },
2 references to DisallowNull
Shared.Tests (2)
Generated\361d1da7f942c932\TestTypesContext.PocoWithNullableAnnotationAttributes.g.cs (2)
123
Getter = static obj => ((global::Microsoft.Extensions.AI.JsonSchemaExporter.TestTypes.PocoWithNullableAnnotationAttributes)obj).
DisallowNull
,
177
writer.WriteString(PropName_DisallowNull, ((global::Microsoft.Extensions.AI.JsonSchemaExporter.TestTypes.PocoWithNullableAnnotationAttributes)value).
DisallowNull
);