1 write to FastPathPropertyIndices
System.Text.Json.SourceGeneration (1)
JsonSourceGenerator.Parser.cs (1)
663FastPathPropertyIndices = fastPathPropertyIndices?.ToImmutableEquatableArray(),
2 references to FastPathPropertyIndices
System.Text.Json.SourceGeneration (2)
JsonSourceGenerator.Emitter.cs (2)
777if (typeGenSpec.FastPathPropertyIndices is null) 803foreach (int i in typeGenSpec.FastPathPropertyIndices)