2 writes to ReadCommentHandling
dotnet-user-jwts (1)
Helpers\JwtSerializerOptions.cs (1)
13ReadCommentHandling = JsonCommentHandling.Skip,
Microsoft.AspNetCore.SignalR.Protocols.Json (1)
Protocol\JsonHubProtocol.cs (1)
928ReadCommentHandling = 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)
1027CommentHandling = ReadCommentHandling, 1045CommentHandling = ReadCommentHandling,