3 writes to _propertyNameCaseInsensitive
System.Text.Json (3)
System\Text\Json\Serialization\JsonSerializerOptions.cs (3)
148_propertyNameCaseInsensitive = options._propertyNameCaseInsensitive; 169_propertyNameCaseInsensitive = true; 617_propertyNameCaseInsensitive = value;
5 references to _propertyNameCaseInsensitive
System.Text.Json (5)
System\Text\Json\Serialization\JsonSerializerOptions.Caching.cs (3)
510left._propertyNameCaseInsensitive == right._propertyNameCaseInsensitive && 570AddHashCode(ref hc, options._propertyNameCaseInsensitive);
System\Text\Json\Serialization\JsonSerializerOptions.cs (2)
148_propertyNameCaseInsensitive = options._propertyNameCaseInsensitive; 612return _propertyNameCaseInsensitive;