5 references to _propertyNames
System.Text.Json.SourceGeneration (5)
JsonSourceGenerator.Emitter.cs (5)
114
Debug.Assert(
_propertyNames
.Count == 0);
144
_propertyNames
.Clear();
1364
Debug.Assert(!
_propertyNames
.TryGetValue(effectiveJsonPropertyName, out string? existingName) || existingName == propertyNameFieldName);
1365
_propertyNames
.TryAdd(effectiveJsonPropertyName, propertyNameFieldName);
2038
foreach (KeyValuePair<string, string> name_varName_pair in
_propertyNames
)