2 writes to HasInvalidConfigurationForFastPath
System.Text.Json.SourceGeneration (2)
JsonSourceGenerator.Parser.cs (2)
1019state.HasInvalidConfigurationForFastPath = true; 1089state.HasInvalidConfigurationForFastPath = true;
1 reference to HasInvalidConfigurationForFastPath
System.Text.Json.SourceGeneration (1)
JsonSourceGenerator.Parser.cs (1)
984fastPathPropertyIndices = state.HasInvalidConfigurationForFastPath ? null : state.Properties;