2 writes to PropertyNameCaseInsensitive
ConfigurationSchemaGenerator (1)
ConfigSchemaEmitter.cs (1)
23private static readonly JsonNodeOptions s_ignoreCaseNodeOptions = new() { PropertyNameCaseInsensitive = true };
System.Text.Json (1)
System\Text\Json\Serialization\JsonSerializerOptions.cs (1)
1036PropertyNameCaseInsensitive = PropertyNameCaseInsensitive
1 reference to PropertyNameCaseInsensitive
System.Text.Json (1)
System\Text\Json\Nodes\JsonObject.IDictionary.cs (1)
252StringComparer comparer = options?.PropertyNameCaseInsensitive ?? false