1 write to Name
System.Text.Json.SourceGeneration (1)
JsonSourceGenerator.Parser.cs (1)
1768
Name
= property.NameSpecifiedInSourceCode,
2 references to Name
System.Text.Json.SourceGeneration (2)
JsonSourceGenerator.Emitter.cs (2)
1296
Name = {{FormatStringLiteral(spec.
Name
)}},
1529
sb.Append($"{property.
Name
} = ({property.ParameterType.FullyQualifiedName}){ArgsVarName}[{property.ParameterIndex}], ");