1 write to PropertyNamingPolicy
System.Text.Json.SourceGeneration (1)
JsonSourceGenerator.Parser.cs (1)
440
PropertyNamingPolicy
= propertyNamingPolicy,
2 references to PropertyNamingPolicy
System.Text.Json.SourceGeneration (2)
JsonSourceGenerator.Emitter.cs (1)
1251
if (optionsSpec.
PropertyNamingPolicy
is JsonKnownNamingPolicy propertyNamingPolicy)
Model\SourceGenerationOptionsSpec.cs (1)
70
=>
PropertyNamingPolicy
?? (Defaults is JsonSerializerDefaults.Web ? JsonKnownNamingPolicy.CamelCase : null);