5 references to NewLine
System.Text.Json (5)
src\libraries\System.Text.Json\Common\JsonSourceGenerationOptionsAttribute.cs (1)
170/// Specifies the default value of <see cref="JsonSerializerOptions.NewLine"/> when set.
System\Text\Json\Serialization\JsonSerializerOptions.Caching.cs (3)
507left.NewLine == right.NewLine && // Read through property due to lazy initialization of the backing field 567AddHashCode(ref hc, options.NewLine); // Read through property due to lazy initialization of the backing field
System\Text\Json\Serialization\JsonSerializerOptions.cs (1)
1059NewLine = NewLine,