7 references to IsIgnored
System.Text.Json (7)
System\Text\Json\Serialization\Metadata\JsonParameterInfo.cs (1)
43ShouldDeserialize = !matchingProperty.IsIgnored;
System\Text\Json\Serialization\Metadata\JsonPropertyInfo.cs (3)
334if (IsIgnored) 656sb.AppendLine($"{ind} IsIgnored: {IsIgnored},"); 899/// in cases of recursive types or <see cref="IsIgnored"/> is true.
System\Text\Json\Serialization\Metadata\JsonTypeInfo.cs (3)
1380if (other.IsIgnored) 1391jsonPropertyInfo.IsIgnored || 1406if (jsonPropertyInfo.IsIgnored)