2 writes to _indentCharacter
System.Text.Json (2)
System\Text\Json\Serialization\JsonSerializerOptions.cs (2)
153_indentCharacter = options._indentCharacter; 720_indentCharacter = value;
5 references to _indentCharacter
System.Text.Json (5)
System\Text\Json\Serialization\JsonSerializerOptions.Caching.cs (3)
518left._indentCharacter == right._indentCharacter && 578AddHashCode(ref hc, options._indentCharacter);
System\Text\Json\Serialization\JsonSerializerOptions.cs (2)
153_indentCharacter = options._indentCharacter; 714return _indentCharacter;