9 references to NewLine
System.Text.Json (9)
src\libraries\System.Text.Json\Common\JsonSourceGenerationOptionsAttribute.cs (1)
177/// Specifies the default value of <see cref="JsonSerializerOptions.NewLine"/> when set.
System\Text\Json\Serialization\JsonSerializer.Write.Pipe.cs (2)
189/// regardless of <see cref="JsonSerializerOptions.NewLine"/>, and <see cref="JsonSerializerOptions.WriteIndented"/> 233/// regardless of <see cref="JsonSerializerOptions.NewLine"/>, and <see cref="JsonSerializerOptions.WriteIndented"/>
System\Text\Json\Serialization\JsonSerializer.Write.Stream.cs (2)
331/// regardless of <see cref="JsonSerializerOptions.NewLine"/>, and <see cref="JsonSerializerOptions.WriteIndented"/> 375/// regardless of <see cref="JsonSerializerOptions.NewLine"/>, and <see cref="JsonSerializerOptions.WriteIndented"/>
System\Text\Json\Serialization\JsonSerializerOptions.Caching.cs (3)
532left.NewLine == right.NewLine && // Read through property due to lazy initialization of the backing field 593AddHashCode(ref hc, options.NewLine); // Read through property due to lazy initialization of the backing field
System\Text\Json\Serialization\JsonSerializerOptions.cs (1)
1096NewLine = NewLine,