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