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