3 writes to IsCompatibleWithCurrentOptions
System.Text.Json (3)
System\Text\Json\Serialization\Metadata\JsonTypeInfo.cs (3)
825
IsCompatibleWithCurrentOptions
= false;
844
IsCompatibleWithCurrentOptions
= false;
853
IsCompatibleWithCurrentOptions
= false;
5 references to IsCompatibleWithCurrentOptions
System.Text.Json (5)
System\Text\Json\Serialization\Metadata\JsonTypeInfo.cs (5)
779
CanUseSerializeHandler = HasSerializeHandler &&
IsCompatibleWithCurrentOptions
;
842
if (!property.JsonTypeInfo.
IsCompatibleWithCurrentOptions
)
850
if (_elementTypeInfo?.
IsCompatibleWithCurrentOptions
== false ||
851
_keyTypeInfo?.
IsCompatibleWithCurrentOptions
== false)
857
Debug.Assert(
IsCompatibleWithCurrentOptions
);