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