3 writes to _propertyNameCaseInsensitive
System.Text.Json (3)
System\Text\Json\Serialization\JsonSerializerOptions.cs (3)
151
_propertyNameCaseInsensitive
= options._propertyNameCaseInsensitive;
172
_propertyNameCaseInsensitive
= true;
620
_propertyNameCaseInsensitive
= value;
5 references to _propertyNameCaseInsensitive
System.Text.Json (5)
System\Text\Json\Serialization\JsonSerializerOptions.Caching.cs (3)
516
left.
_propertyNameCaseInsensitive
== right.
_propertyNameCaseInsensitive
&&
576
AddHashCode(ref hc, options.
_propertyNameCaseInsensitive
);
System\Text\Json\Serialization\JsonSerializerOptions.cs (2)
151
_propertyNameCaseInsensitive = options.
_propertyNameCaseInsensitive
;
615
return
_propertyNameCaseInsensitive
;