3 references to IsCaseInsensitive
System.Text.Json (3)
System\Text\Json\Nodes\JsonObject.cs (2)
36bool isCaseInsensitive = IsCaseInsensitive(options); 92bool caseInsensitive = IsCaseInsensitive(Options);
System\Text\Json\Nodes\JsonObject.IDictionary.cs (1)
202dictionary = new JsonPropertyDictionary<JsonNode?>(IsCaseInsensitive(Options));