5 references to Disallow
Microsoft.AspNetCore.SignalR.Protocols.Json (1)
Protocol\JsonHubProtocol.cs (1)
928ReadCommentHandling = JsonCommentHandling.Disallow,
System.Text.Json (4)
System\Text\Json\Reader\Utf8JsonReader.cs (2)
1114case JsonCommentHandling.Disallow: 1759if (_readerOptions.CommentHandling != JsonCommentHandling.Disallow)
System\Text\Json\Reader\Utf8JsonReader.MultiSegment.cs (2)
440case JsonCommentHandling.Disallow: 1564if (_readerOptions.CommentHandling != JsonCommentHandling.Disallow)