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;