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)
23
internal override JsonElement? UnderlyingElement =>
_jsonElement
;
System\Text\Json\Nodes\JsonObject.IDictionary.cs (1)
268
jsonElement =
_jsonElement
;