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)
537
if (
_inObject
)
967
if (
_inObject
)
977
if (!
_inObject
)
System\Text\Json\Writer\Utf8JsonWriter.WriteProperties.Helpers.cs (2)
39
if (!
_inObject
|| _tokenType == JsonTokenType.PropertyName)
52
if (!
_inObject
|| _tokenType == JsonTokenType.PropertyName)
System\Text\Json\Writer\Utf8JsonWriter.WriteValues.Helpers.cs (1)
17
if (
_inObject
)