7 writes to _inObject
System.Text.Json (7)
System\Text\Json\Reader\Utf8JsonReader.cs (5)
222_inObject = state._inObject; 750_inObject = true; 784_inObject = false; 812_inObject = _bitStack.Pop(); 969_inObject = true;
System\Text\Json\Reader\Utf8JsonReader.MultiSegment.cs (2)
33_inObject = state._inObject; 344_inObject = true;
14 references to _inObject
System.Text.Json (14)
System\Text\Json\Reader\Utf8JsonReader.cs (9)
119internal readonly bool IsInArray => !_inObject; 191inObject: _inObject, 755if (!_inObject || _bitStack.CurrentDepth <= 0) 789if (_inObject || _bitStack.CurrentDepth <= 0) 1792if (_inObject) 1845_tokenType = _inObject ? JsonTokenType.StartObject : JsonTokenType.StartArray; 1936if (_inObject) 2044if (_inObject) 2260if (_inObject)
System\Text\Json\Reader\Utf8JsonReader.MultiSegment.cs (5)
1633if (_inObject) 1686_tokenType = _inObject ? JsonTokenType.StartObject : JsonTokenType.StartArray; 1786if (_inObject) 1896if (_inObject) 2125if (_inObject)