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