5 writes to Path
System.Text.Json (5)
System\Text\Json\JsonException.cs (3)
35
Path
= path;
53
Path
= path;
96
Path
= info.GetString("Path");
System\Text\Json\ThrowHelper.Serialization.cs (2)
474
ex.
Path
= path;
506
ex.
Path
= path;
7 references to Path
Microsoft.AspNetCore.Mvc.Core (1)
Formatters\SystemTextJsonInputFormatter.cs (1)
70
var path = jsonException.
Path
?? string.Empty;
System.Text.Json (6)
System\Text\Json\JsonException.cs (1)
119
info.AddValue("Path",
Path
, typeof(string));
System\Text\Json\Serialization\JsonConverterOfT.ReadCore.cs (1)
74
case JsonException jsonEx when jsonEx.
Path
is null:
System\Text\Json\Serialization\JsonConverterOfT.WriteCore.cs (1)
33
case JsonException {
Path
: null } jsonException:
System\Text\Json\ThrowHelper.Serialization.cs (3)
432
Debug.Assert(ex.
Path
== null);
465
Debug.Assert(ex.
Path
is null); // do not overwrite existing path information
503
Debug.Assert(ex.
Path
is null); // do not overwrite existing path information