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