1 write to PropertyGenSpecs
System.Text.Json.SourceGeneration (1)
JsonSourceGenerator.Parser.cs (1)
908PropertyGenSpecs = propertySpecs?.ToImmutableEquatableArray() ?? ImmutableEquatableArray<PropertyGenerationSpec>.Empty,
5 references to PropertyGenSpecs
System.Text.Json.SourceGeneration (5)
JsonSourceGenerator.Emitter.cs (4)
831ImmutableEquatableArray<PropertyGenerationSpec> properties = typeGenerationSpec.PropertyGenSpecs; 1109ImmutableEquatableArray<PropertyGenerationSpec> properties = typeGenerationSpec.PropertyGenSpecs; 1624HashSet<string> duplicateMemberNames = GetDuplicateMemberNames(typeGenSpec.PropertyGenSpecs); 1640PropertyGenerationSpec propertyGenSpec = typeGenSpec.PropertyGenSpecs[i];
Model\TypeGenerationSpec.cs (1)
184foreach (PropertyGenerationSpec property in PropertyGenSpecs)