2 writes to ReadCommentHandling
dotnet-user-jwts (1)
Helpers\JwtSerializerOptions.cs (1)
13
ReadCommentHandling
= JsonCommentHandling.Skip,
Microsoft.AspNetCore.SignalR.Protocols.Json (1)
Protocol\JsonHubProtocol.cs (1)
928
ReadCommentHandling
= JsonCommentHandling.Disallow,
3 references to ReadCommentHandling
System.Text.Json (3)
src\libraries\System.Text.Json\Common\JsonSourceGenerationOptionsAttribute.cs (1)
114
/// Specifies the default value of <see cref="JsonSerializerOptions.
ReadCommentHandling
"/> when set.
System\Text\Json\Serialization\JsonSerializerOptions.cs (2)
1027
CommentHandling =
ReadCommentHandling
,
1045
CommentHandling =
ReadCommentHandling
,