1 write to NewLine
System.Text.Json (1)
System\Text\Json\Serialization\JsonSerializerOptions.cs (1)
1059
NewLine
= NewLine,
2 references to NewLine
System.Text.Json (2)
System\Text\Json\Writer\Utf8JsonWriter.cs (2)
272
Debug.Assert(options.
NewLine
is "\n" or "\r\n", "Invalid NewLine string.");
273
_newLineLength = options.
NewLine
.Length;