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