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