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