1 write to PropertyGenSpecs
System.Text.Json.SourceGeneration (1)
JsonSourceGenerator.Parser.cs (1)
816
PropertyGenSpecs
= propertySpecs?.ToImmutableEquatableArray() ?? ImmutableEquatableArray<PropertyGenerationSpec>.Empty,
6 references to PropertyGenSpecs
System.Text.Json.SourceGeneration (6)
JsonSourceGenerator.Emitter.cs (4)
802
ImmutableEquatableArray<PropertyGenerationSpec> properties = typeGenerationSpec.
PropertyGenSpecs
;
1061
ImmutableEquatableArray<PropertyGenerationSpec> properties = typeGenerationSpec.
PropertyGenSpecs
;
1513
HashSet<string> duplicateMemberNames = GetDuplicateMemberNames(typeGenSpec.
PropertyGenSpecs
);
1529
PropertyGenerationSpec propertyGenSpec = typeGenSpec.
PropertyGenSpecs
[i];
Model\TypeGenerationSpec.cs (2)
69
/// Contains indices pointing to <see cref="
PropertyGenSpecs
"/>. A <see cref="null"/> value in the case of object types
150
foreach (PropertyGenerationSpec property in
PropertyGenSpecs
)