1 write to NewLine
dotnet (1)
CliSchema.cs (1)
29NewLine = "\n",
9 references to NewLine
System.Text.Json (9)
src\runtime\src\libraries\System.Text.Json\Common\JsonSourceGenerationOptionsAttribute.cs (1)
182/// 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)
531left.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)
1098NewLine = NewLine,