8 writes to _commentAfterNoneOrPropertyName
System.Text.Json (8)
System\Text\Json\Writer\Utf8JsonWriter.cs (1)
370
_commentAfterNoneOrPropertyName
= default;
System\Text\Json\Writer\Utf8JsonWriter.WriteProperties.String.cs (5)
39
_commentAfterNoneOrPropertyName
= false;
51
_commentAfterNoneOrPropertyName
= false;
107
_commentAfterNoneOrPropertyName
= false;
256
_commentAfterNoneOrPropertyName
= false;
266
_commentAfterNoneOrPropertyName
= false;
System\Text\Json\Writer\Utf8JsonWriter.WriteValues.Comment.cs (2)
55
_commentAfterNoneOrPropertyName
= true;
177
_commentAfterNoneOrPropertyName
= true;
3 references to _commentAfterNoneOrPropertyName
System.Text.Json (3)
System\Text\Json\Writer\Utf8JsonWriter.cs (1)
682
if (_tokenType is not JsonTokenType.PropertyName and not JsonTokenType.None ||
_commentAfterNoneOrPropertyName
)
System\Text\Json\Writer\Utf8JsonWriter.WriteValues.Comment.cs (2)
127
if (_tokenType != JsonTokenType.None ||
_commentAfterNoneOrPropertyName
)
233
if (_tokenType != JsonTokenType.None ||
_commentAfterNoneOrPropertyName
)