3 writes to IsCompatibleWithCurrentOptions
System.Text.Json (3)
System\Text\Json\Serialization\Metadata\JsonTypeInfo.cs (3)
1292
IsCompatibleWithCurrentOptions
= false;
1311
IsCompatibleWithCurrentOptions
= false;
1320
IsCompatibleWithCurrentOptions
= false;
5 references to IsCompatibleWithCurrentOptions
System.Text.Json (5)
System\Text\Json\Serialization\Metadata\JsonTypeInfo.cs (5)
1024
CanUseSerializeHandler = HasSerializeHandler &&
IsCompatibleWithCurrentOptions
;
1309
if (!property.JsonTypeInfo.
IsCompatibleWithCurrentOptions
)
1317
if (_elementTypeInfo?.
IsCompatibleWithCurrentOptions
== false ||
1318
_keyTypeInfo?.
IsCompatibleWithCurrentOptions
== false)
1324
Debug.Assert(
IsCompatibleWithCurrentOptions
);