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