1 write to IsForTypeInfo
System.Text.Json (1)
System\Text\Json\Serialization\Metadata\JsonTypeInfoOfT.cs (1)
146
IsForTypeInfo
= true,
5 references to IsForTypeInfo
System.Text.Json (5)
System\Text\Json\Serialization\JsonConverterOfT.cs (1)
248
if (parentObj != null && propertyInfo != null && !propertyInfo.
IsForTypeInfo
)
System\Text\Json\Serialization\Metadata\JsonPropertyInfo.cs (2)
390
Debug.Assert(!info.
IsForTypeInfo
);
440
if (
IsForTypeInfo
)
System\Text\Json\Serialization\Metadata\JsonPropertyInfoOfT.cs (1)
162
if (
IsForTypeInfo
)
System\Text\Json\ThrowHelper.Serialization.cs (1)
387
Debug.Assert(!jsonPropertyInfo.
IsForTypeInfo
);