3 writes to AllowTrailingCommas
Aspire.Dashboard (1)
Components\Dialogs\TextVisualizerDialog.razor.cs (1)
216
AllowTrailingCommas
= true,
System.Text.Json (2)
System\Text\Json\Document\JsonDocumentOptions.cs (1)
93
AllowTrailingCommas
= AllowTrailingCommas,
System\Text\Json\Serialization\JsonSerializerOptions.cs (1)
1081
AllowTrailingCommas
= AllowTrailingCommas,
19 references to AllowTrailingCommas
System.Text.Json (19)
System\Text\Json\Reader\Utf8JsonReader.cs (8)
760
if (!_readerOptions.
AllowTrailingCommas
)
794
if (!_readerOptions.
AllowTrailingCommas
)
1798
if (_readerOptions.
AllowTrailingCommas
)
1813
if (_readerOptions.
AllowTrailingCommas
)
1942
if (_readerOptions.
AllowTrailingCommas
)
1965
if (_readerOptions.
AllowTrailingCommas
)
2266
if (_readerOptions.
AllowTrailingCommas
)
2282
if (_readerOptions.
AllowTrailingCommas
)
System\Text\Json\Reader\Utf8JsonReader.MultiSegment.cs (6)
1646
if (_readerOptions.
AllowTrailingCommas
)
1661
if (_readerOptions.
AllowTrailingCommas
)
1799
if (_readerOptions.
AllowTrailingCommas
)
1822
if (_readerOptions.
AllowTrailingCommas
)
2138
if (_readerOptions.
AllowTrailingCommas
)
2154
if (_readerOptions.
AllowTrailingCommas
)
System\Text\Json\Serialization\JsonSerializer.Read.Utf8JsonReader.cs (5)
54
/// Hence, <see cref="JsonReaderOptions.
AllowTrailingCommas
"/>, <see cref="JsonReaderOptions.MaxDepth"/>, and <see cref="JsonReaderOptions.CommentHandling"/> are used while reading.
107
/// Hence, <see cref="JsonReaderOptions.
AllowTrailingCommas
"/>, <see cref="JsonReaderOptions.MaxDepth"/>, and <see cref="JsonReaderOptions.CommentHandling"/> are used while reading.
156
/// Hence, <see cref="JsonReaderOptions.
AllowTrailingCommas
"/>, <see cref="JsonReaderOptions.MaxDepth"/>, and <see cref="JsonReaderOptions.CommentHandling"/> are used while reading.
202
/// Hence, <see cref="JsonReaderOptions.
AllowTrailingCommas
"/>, <see cref="JsonReaderOptions.MaxDepth"/>, and <see cref="JsonReaderOptions.CommentHandling"/> are used while reading.
259
/// Hence, <see cref="JsonReaderOptions.
AllowTrailingCommas
"/>, <see cref="JsonReaderOptions.MaxDepth"/>, and <see cref="JsonReaderOptions.CommentHandling"/> are used while reading.