2 writes to _contextNumberHandling
System.Text.Json.SourceGeneration (2)
JsonSourceGenerator.Parser.cs (2)
158_contextNumberHandling = options?.GetEffectiveNumberHandling() ?? JsonNumberHandling.Strict; 195_contextNumberHandling = default;
1 reference to _contextNumberHandling
System.Text.Json.SourceGeneration (1)
JsonSourceGenerator.Parser.cs (1)
1813JsonNumberHandling effectiveNumberHandling = unionNumberHandling ?? GetNumberHandling(caseType) ?? _contextNumberHandling;