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