1 write to EffectiveJsonPropertyName
System.Text.Json.SourceGeneration (1)
JsonSourceGenerator.Parser.cs (1)
1300EffectiveJsonPropertyName = effectiveJsonPropertyName,
5 references to EffectiveJsonPropertyName
System.Text.Json.SourceGeneration (5)
JsonSourceGenerator.Emitter.cs (2)
832string effectiveJsonPropertyName = propertyGenSpec.EffectiveJsonPropertyName; 891ThrowPropertyNullException({{FormatStringLiteral(propertyGenSpec.EffectiveJsonPropertyName)}});
JsonSourceGenerator.Parser.cs (3)
1118if (state.AddedProperties.TryAdd(propertySpec.EffectiveJsonPropertyName, (propertySpec, memberInfo, state.Properties.Count))) 1126(PropertyGenerationSpec other, ISymbol otherSymbol, int index) = state.AddedProperties[propertySpec.EffectiveJsonPropertyName]; 1131state.AddedProperties[propertySpec.EffectiveJsonPropertyName] = (propertySpec, memberInfo, index);