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