2 writes to _indentCharacter
System.Text.Json (2)
System\Text\Json\Serialization\JsonSerializerOptions.cs (2)
159_indentCharacter = options._indentCharacter; 735_indentCharacter = value;
5 references to _indentCharacter
System.Text.Json (5)
System\Text\Json\Serialization\JsonSerializerOptions.Caching.cs (3)
542left._indentCharacter == right._indentCharacter && 605AddHashCode(ref hc, options._indentCharacter);
System\Text\Json\Serialization\JsonSerializerOptions.cs (2)
159_indentCharacter = options._indentCharacter; 729return _indentCharacter;