1 write to PropertyNameCaseInsensitive
System.Text.Json.SourceGeneration (1)
JsonSourceGenerator.Parser.cs (1)
439
PropertyNameCaseInsensitive
= propertyNameCaseInsensitive,
2 references to PropertyNameCaseInsensitive
System.Text.Json.SourceGeneration (2)
JsonSourceGenerator.Emitter.cs (1)
1248
if (optionsSpec.
PropertyNameCaseInsensitive
is bool propertyNameCaseInsensitive)
JsonSourceGenerator.Parser.cs (1)
1029
public Dictionary<string, (PropertyGenerationSpec, ISymbol, int index)> AddedProperties = new(options?.
PropertyNameCaseInsensitive
== true ? StringComparer.OrdinalIgnoreCase : StringComparer.Ordinal);