1 write to PropertyGenSpecs
System.Text.Json.SourceGeneration (1)
JsonSourceGenerator.Parser.cs (1)
662
PropertyGenSpecs
= propertySpecs?.ToImmutableEquatableArray() ?? ImmutableEquatableArray<PropertyGenerationSpec>.Empty,
4 references to PropertyGenSpecs
System.Text.Json.SourceGeneration (4)
JsonSourceGenerator.Emitter.cs (2)
601
ImmutableEquatableArray<PropertyGenerationSpec> properties = typeGenerationSpec.
PropertyGenSpecs
;
805
PropertyGenerationSpec propertyGenSpec = typeGenSpec.
PropertyGenSpecs
[i];
Model\TypeGenerationSpec.cs (2)
67
/// Contains indices pointing to <see cref="
PropertyGenSpecs
"/>. A <see cref="null"/> value in the case of object types
120
foreach (PropertyGenerationSpec property in
PropertyGenSpecs
)