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