2 writes to _indentCharacter
System.Text.Json (2)
System\Text\Json\Serialization\JsonSerializerOptions.cs (2)
158_indentCharacter = options._indentCharacter; 733_indentCharacter = value;
5 references to _indentCharacter
System.Text.Json (5)
System\Text\Json\Serialization\JsonSerializerOptions.Caching.cs (3)
542left._indentCharacter == right._indentCharacter && 604AddHashCode(ref hc, options._indentCharacter);
System\Text\Json\Serialization\JsonSerializerOptions.cs (2)
158_indentCharacter = options._indentCharacter; 727return _indentCharacter;