1 write to IsProperty
System.Text.Json.SourceGeneration (1)
JsonSourceGenerator.Parser.cs (1)
2545
IsProperty
= memberInfo is IPropertySymbol,
12 references to IsProperty
System.Text.Json.SourceGeneration (12)
JsonSourceGenerator.Emitter.cs (10)
880
{
IsProperty
: true } => $"typeof({property.DeclaringType.FullyQualifiedName}).GetProperty({FormatStringLiteral(property.MemberName)}, InstanceMemberBindingFlags, null, typeof({propertyTypeFQN}), {EmptyTypeArray}, null)",
887
IsProperty = {{FormatBoolLiteral(property.
IsProperty
)}},
1008
string accessorName = property.
IsProperty
1016
if (!property.
IsProperty
)
1082
if (property.
IsProperty
)
1093
if (!property.
IsProperty
)
1157
if (property.
IsProperty
)
1182
else if (property.
IsProperty
)
1282
if (property.
IsProperty
)
1524
string accessorName = property.
IsProperty
Model\PropertyGenerationSpec.cs (2)
217
if (!
IsProperty
&& !HasJsonInclude && contextSpec.GeneratedOptionsSpec?.IncludeFields != true)
225
if (
IsProperty
)