1 write to SrcGen_HasJsonInclude
System.Text.Json (1)
System\Text\Json\Serialization\Metadata\JsonMetadataServices.Helpers.cs (1)
180propertyInfo.SrcGen_HasJsonInclude = propertyInfoValues.HasJsonInclude;
2 references to SrcGen_HasJsonInclude
System.Text.Json (2)
System\Text\Json\Serialization\Metadata\JsonMetadataServices.Helpers.cs (2)
146if (jsonPropertyInfo.SrcGen_HasJsonInclude) 155if (jsonPropertyInfo.MemberType == MemberTypes.Field && !jsonPropertyInfo.SrcGen_HasJsonInclude && !typeInfo.Options.IncludeFields)