1 write to EffectiveJsonPropertyName
System.Text.Json.SourceGeneration (1)
JsonSourceGenerator.Parser.cs (1)
2235EffectiveJsonPropertyName = effectiveJsonPropertyName,
5 references to EffectiveJsonPropertyName
System.Text.Json.SourceGeneration (5)
JsonSourceGenerator.Emitter.cs (2)
1543string effectiveJsonPropertyName = propertyGenSpec.EffectiveJsonPropertyName; 1605ThrowPropertyNullException({{FormatStringLiteral(propertyGenSpec.EffectiveJsonPropertyName)}});
JsonSourceGenerator.Parser.cs (3)
2030if (state.AddedProperties.TryAdd(propertySpec.EffectiveJsonPropertyName, (propertySpec, memberInfo, state.Properties.Count))) 2038(PropertyGenerationSpec other, ISymbol otherSymbol, int index) = state.AddedProperties[propertySpec.EffectiveJsonPropertyName]; 2043state.AddedProperties[propertySpec.EffectiveJsonPropertyName] = (propertySpec, memberInfo, index);