4 writes to _inObject
System.Text.Json (4)
System\Text\Json\Writer\Utf8JsonWriter.cs (4)
268_inObject = default; 983_inObject = _bitStack.Pop(); 1049_inObject = false; 1055_inObject = true;
6 references to _inObject
System.Text.Json (6)
System\Text\Json\Writer\Utf8JsonWriter.cs (3)
537if (_inObject) 967if (_inObject) 977if (!_inObject)
System\Text\Json\Writer\Utf8JsonWriter.WriteProperties.Helpers.cs (2)
39if (!_inObject || _tokenType == JsonTokenType.PropertyName) 52if (!_inObject || _tokenType == JsonTokenType.PropertyName)
System\Text\Json\Writer\Utf8JsonWriter.WriteValues.Helpers.cs (1)
17if (_inObject)