1 write to HasInvalidConfigurationForFastPath
System.Text.Json.SourceGeneration (1)
JsonSourceGenerator.Parser.cs (1)
1212state.HasInvalidConfigurationForFastPath = true;
1 reference to HasInvalidConfigurationForFastPath
System.Text.Json.SourceGeneration (1)
JsonSourceGenerator.Parser.cs (1)
1107fastPathPropertyIndices = state.HasInvalidConfigurationForFastPath ? null : state.Properties;