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