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)
702if (_tokenType is not JsonTokenType.PropertyName and not JsonTokenType.None || _commentAfterNoneOrPropertyName)
System\Text\Json\Writer\Utf8JsonWriter.WriteValues.Comment.cs (2)
130if (_tokenType != JsonTokenType.None || _commentAfterNoneOrPropertyName) 236if (_tokenType != JsonTokenType.None || _commentAfterNoneOrPropertyName)