8 writes to _commentAfterNoneOrPropertyName
System.Text.Json (8)
System\Text\Json\Writer\Utf8JsonWriter.cs (1)
388
_commentAfterNoneOrPropertyName
= default;
System\Text\Json\Writer\Utf8JsonWriter.WriteProperties.String.cs (5)
39
_commentAfterNoneOrPropertyName
= false;
51
_commentAfterNoneOrPropertyName
= false;
110
_commentAfterNoneOrPropertyName
= false;
259
_commentAfterNoneOrPropertyName
= false;
269
_commentAfterNoneOrPropertyName
= false;
System\Text\Json\Writer\Utf8JsonWriter.WriteValues.Comment.cs (2)
58
_commentAfterNoneOrPropertyName
= true;
180
_commentAfterNoneOrPropertyName
= true;
3 references to _commentAfterNoneOrPropertyName
System.Text.Json (3)
System\Text\Json\Writer\Utf8JsonWriter.cs (1)
702
if (_tokenType is not JsonTokenType.PropertyName and not JsonTokenType.None ||
_commentAfterNoneOrPropertyName
)
System\Text\Json\Writer\Utf8JsonWriter.WriteValues.Comment.cs (2)
130
if (_tokenType != JsonTokenType.None ||
_commentAfterNoneOrPropertyName
)
236
if (_tokenType != JsonTokenType.None ||
_commentAfterNoneOrPropertyName
)