1 write to IsForTypeInfo
System.Text.Json (1)
System\Text\Json\Serialization\Metadata\JsonTypeInfoOfT.cs (1)
130IsForTypeInfo = true,
5 references to IsForTypeInfo
System.Text.Json (5)
System\Text\Json\Serialization\JsonConverterOfT.cs (1)
252if (parentObj != null && propertyInfo != null && !propertyInfo.IsForTypeInfo)
System\Text\Json\Serialization\Metadata\JsonPropertyInfo.cs (2)
308Debug.Assert(!info.IsForTypeInfo); 353if (IsForTypeInfo)
System\Text\Json\Serialization\Metadata\JsonPropertyInfoOfT.cs (1)
149if (IsForTypeInfo)
System\Text\Json\ThrowHelper.Serialization.cs (1)
370Debug.Assert(!jsonPropertyInfo.IsForTypeInfo);