1 write to IsProperty
System.Text.Json.SourceGeneration (1)
JsonSourceGenerator.Parser.cs (1)
1209
IsProperty
= memberInfo is IPropertySymbol,
4 references to IsProperty
System.Text.Json.SourceGeneration (4)
JsonSourceGenerator.Emitter.cs (2)
656
string attributeProviderFactoryExpr = property.
IsProperty
663
IsProperty = {{FormatBoolLiteral(property.
IsProperty
)}},
Model\PropertyGenerationSpec.cs (2)
173
if (!
IsProperty
&& !HasJsonInclude && contextSpec.GeneratedOptionsSpec?.IncludeFields != true)
181
if (
IsProperty
)