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