8 writes to _isNotPrimitive
System.Text.Json (8)
System\Text\Json\Reader\Utf8JsonReader.cs (4)
223_isNotPrimitive = state._isNotPrimitive; 970_isNotPrimitive = true; 979_isNotPrimitive = true; 1001_isNotPrimitive = _tokenType is JsonTokenType.StartObject or JsonTokenType.StartArray;
System\Text\Json\Reader\Utf8JsonReader.MultiSegment.cs (4)
34_isNotPrimitive = state._isNotPrimitive; 345_isNotPrimitive = true; 354_isNotPrimitive = true; 372_isNotPrimitive = _tokenType is JsonTokenType.StartObject or JsonTokenType.StartArray;
14 references to _isNotPrimitive
System.Text.Json (14)
System\Text\Json\Reader\Utf8JsonReader.cs (6)
192isNotPrimitive: _isNotPrimitive, 921if (_isNotPrimitive && IsLastSpan) 1096if (_isNotPrimitive && IsLastSpan && _tokenType != JsonTokenType.EndArray && _tokenType != JsonTokenType.EndObject) 1221if (_isNotPrimitive) 1231!_isNotPrimitive && 1233|| (_isNotPrimitive ^ (_consumed >= (uint)_buffer.Length)));
System\Text\Json\Reader\Utf8JsonReader.MultiSegment.cs (8)
229Debug.Assert(_isNotPrimitive && IsLastSpan); 254if (_isNotPrimitive && IsLastSpan) 264if (_isNotPrimitive && IsLastSpan) 463if (_isNotPrimitive && IsLastSpan && _tokenType != JsonTokenType.EndArray && _tokenType != JsonTokenType.EndObject) 469if (_isNotPrimitive && IsLastSpan && _tokenType != JsonTokenType.EndArray && _tokenType != JsonTokenType.EndObject) 686if (_isNotPrimitive) 696!_isNotPrimitive && 698|| (_isNotPrimitive ^ (_consumed >= (uint)_buffer.Length)));