3 writes to IsCompatibleWithCurrentOptions
System.Text.Json (3)
System\Text\Json\Serialization\Metadata\JsonTypeInfo.cs (3)
1263
IsCompatibleWithCurrentOptions
= false;
1282
IsCompatibleWithCurrentOptions
= false;
1291
IsCompatibleWithCurrentOptions
= false;
5 references to IsCompatibleWithCurrentOptions
System.Text.Json (5)
System\Text\Json\Serialization\Metadata\JsonTypeInfo.cs (5)
1016
CanUseSerializeHandler = HasSerializeHandler &&
IsCompatibleWithCurrentOptions
;
1280
if (!property.JsonTypeInfo.
IsCompatibleWithCurrentOptions
)
1288
if (_elementTypeInfo?.
IsCompatibleWithCurrentOptions
== false ||
1289
_keyTypeInfo?.
IsCompatibleWithCurrentOptions
== false)
1295
Debug.Assert(
IsCompatibleWithCurrentOptions
);