2 writes to _indentCharacter
System.Text.Json (2)
System\Text\Json\Serialization\JsonSerializerOptions.cs (2)
150_indentCharacter = options._indentCharacter; 717_indentCharacter = value;
5 references to _indentCharacter
System.Text.Json (5)
System\Text\Json\Serialization\JsonSerializerOptions.Caching.cs (3)
512left._indentCharacter == right._indentCharacter && 572AddHashCode(ref hc, options._indentCharacter);
System\Text\Json\Serialization\JsonSerializerOptions.cs (2)
150_indentCharacter = options._indentCharacter; 711return _indentCharacter;