5 references to IsIgnored
System.Text.Json (5)
System\Text\Json\Serialization\Metadata\JsonParameterInfo.cs (1)
125
internal bool ShouldDeserialize => !MatchingProperty.
IsIgnored
;
System\Text\Json\Serialization\Metadata\JsonPropertyInfo.cs (3)
421
if (
IsIgnored
)
480
this is { DeclaringType.IsValueType: false,
IsIgnored
: false, IsExtensionData: false } &&
980
/// in cases of recursive types or <see cref="
IsIgnored
"/> is true.
System\Text\Json\Serialization\Metadata\PolymorphicTypeResolver.cs (1)
102
if (property is {
IsIgnored
: false, IsExtensionData: false } && property.Name == propertyName)