2 writes to _inObject
System.Text.Json (2)
System\Text\Json\Reader\JsonReaderState.cs (2)
43
_inObject
= default;
70
_inObject
= inObject;
2 references to _inObject
System.Text.Json (2)
System\Text\Json\Reader\Utf8JsonReader.cs (1)
222
_inObject = state.
_inObject
;
System\Text\Json\Reader\Utf8JsonReader.MultiSegment.cs (1)
33
_inObject = state.
_inObject
;