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