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