1 write to CanUseGetter
System.Text.Json.SourceGeneration (1)
JsonSourceGenerator.Parser.cs (1)
2555CanUseGetter = canUseGetter,
4 references to CanUseGetter
System.Text.Json.SourceGeneration (4)
JsonSourceGenerator.Emitter.cs (3)
944=> !property.CanUseGetter && property.HasJsonInclude && property.DefaultIgnoreCondition is not JsonIgnoreCondition.Always; 992if (property.CanUseGetter) 1514if (property.CanUseGetter)
Model\PropertyGenerationSpec.cs (1)
211if (!CanUseGetter && !HasJsonInclude)