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