5 references to Properties
System.Text.Json.SourceGeneration (5)
JsonSourceGenerator.Parser.cs (5)
2259state.Properties.StableSortByKey(i => properties[i].Order); 2262fastPathPropertyIndices = state.HasInvalidConfigurationForFastPath ? null : state.Properties; 2330if (state.AddedProperties.TryAdd(propertySpec.EffectiveJsonPropertyName, (propertySpec, memberInfo, state.Properties.Count))) 2332state.Properties.Add(propertyIndex); 2344state.Properties[index] = propertyIndex;