23 references to Comment
Aspire.Dashboard (1)
Components\Dialogs\TextVisualizerDialog.razor.cs (1)
235
case JsonTokenType.
Comment
:
Microsoft.AspNetCore.Grpc.JsonTranscoding (1)
Internal\Json\ValueConverter.cs (1)
39
case JsonTokenType.
Comment
:
Microsoft.AspNetCore.SignalR.Protocols.Json (1)
Protocol\JsonHubProtocol.cs (1)
506
case JsonTokenType.
Comment
:
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Protocol\Converters\FormattingOptionsConverter.cs (2)
34
while (reader.TokenType == JsonTokenType.
Comment
);
67
if (reader.TokenType == JsonTokenType.
Comment
)
System.Text.Json (18)
System\Text\Json\Document\JsonElement.cs (1)
1673
case JsonTokenType.
Comment
:
System\Text\Json\Reader\Utf8JsonReader.cs (10)
928
if (_readerOptions.CommentHandling == JsonCommentHandling.Allow && _tokenType == JsonTokenType.
Comment
)
1733
if (_tokenType == JsonTokenType.
Comment
)
1841
Debug.Assert(_tokenType == JsonTokenType.
Comment
);
1852
Debug.Assert(_tokenType != JsonTokenType.
Comment
);
2530
if (_tokenType != JsonTokenType.
Comment
)
2534
_tokenType = JsonTokenType.
Comment
;
2548
if (_tokenType != JsonTokenType.
Comment
)
2552
_tokenType = JsonTokenType.
Comment
;
2565
JsonTokenType.
Comment
=> nameof(JsonTokenType.
Comment
),
System\Text\Json\Reader\Utf8JsonReader.MultiSegment.cs (6)
236
if (_readerOptions.CommentHandling == JsonCommentHandling.Allow && _tokenType == JsonTokenType.
Comment
)
1565
if (_tokenType == JsonTokenType.
Comment
)
1682
Debug.Assert(_tokenType == JsonTokenType.
Comment
);
1693
Debug.Assert(_tokenType != JsonTokenType.
Comment
);
2207
if (_tokenType != JsonTokenType.
Comment
)
2212
_tokenType = JsonTokenType.
Comment
;
System\Text\Json\Reader\Utf8JsonReader.TryGet.cs (1)
241
if (TokenType != JsonTokenType.
Comment
)