3 writes to _jsonElement
System.Text.Json (3)
System\Text\Json\Nodes\JsonObject.cs (1)
72_jsonElement = element;
System\Text\Json\Nodes\JsonObject.IDictionary.cs (2)
60_jsonElement = null; 244_jsonElement = null;
2 references to _jsonElement
System.Text.Json (2)
System\Text\Json\Nodes\JsonObject.cs (1)
23internal override JsonElement? UnderlyingElement => _jsonElement;
System\Text\Json\Nodes\JsonObject.IDictionary.cs (1)
268jsonElement = _jsonElement;