1 write to CanUseGetter
System.Text.Json.SourceGeneration (1)
JsonSourceGenerator.Parser.cs (1)
2241CanUseGetter = canUseGetter,
4 references to CanUseGetter
System.Text.Json.SourceGeneration (4)
JsonSourceGenerator.Emitter.cs (3)
915=> !property.CanUseGetter && property.HasJsonInclude && property.DefaultIgnoreCondition is not JsonIgnoreCondition.Always; 956if (property.CanUseGetter) 1403if (property.CanUseGetter)
Model\PropertyGenerationSpec.cs (1)
202if (!CanUseGetter && !HasJsonInclude)