3 writes to AllowTrailingCommas
Aspire.Dashboard (1)
Components\Dialogs\TextVisualizerDialog.razor.cs (1)
182
AllowTrailingCommas
= true,
System.Text.Json (2)
System\Text\Json\Document\JsonDocumentOptions.cs (1)
76
AllowTrailingCommas
= AllowTrailingCommas,
System\Text\Json\Serialization\JsonSerializerOptions.cs (1)
1044
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)
1639
if (_readerOptions.
AllowTrailingCommas
)
1654
if (_readerOptions.
AllowTrailingCommas
)
1792
if (_readerOptions.
AllowTrailingCommas
)
1815
if (_readerOptions.
AllowTrailingCommas
)
2131
if (_readerOptions.
AllowTrailingCommas
)
2147
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.
159
/// Hence, <see cref="JsonReaderOptions.
AllowTrailingCommas
"/>, <see cref="JsonReaderOptions.MaxDepth"/>, and <see cref="JsonReaderOptions.CommentHandling"/> are used while reading.
208
/// Hence, <see cref="JsonReaderOptions.
AllowTrailingCommas
"/>, <see cref="JsonReaderOptions.MaxDepth"/>, and <see cref="JsonReaderOptions.CommentHandling"/> are used while reading.
268
/// Hence, <see cref="JsonReaderOptions.
AllowTrailingCommas
"/>, <see cref="JsonReaderOptions.MaxDepth"/>, and <see cref="JsonReaderOptions.CommentHandling"/> are used while reading.