2 writes to _trailingCommaBeforeComment
System.Text.Json (2)
System\Text\Json\Reader\JsonReaderState.cs (2)
46
_trailingCommaBeforeComment
= default;
73
_trailingCommaBeforeComment
= trailingCommaBeforeComment;
2 references to _trailingCommaBeforeComment
System.Text.Json (2)
System\Text\Json\Reader\Utf8JsonReader.cs (1)
225
_trailingCommaBeforeComment = state.
_trailingCommaBeforeComment
;
System\Text\Json\Reader\Utf8JsonReader.MultiSegment.cs (1)
36
_trailingCommaBeforeComment = state.
_trailingCommaBeforeComment
;