5 writes to Path
System.Text.Json (5)
System\Text\Json\JsonException.cs (3)
35Path = path; 53Path = path; 96Path = info.GetString("Path");
System\Text\Json\ThrowHelper.Serialization.cs (2)
536ex.Path = path; 568ex.Path = path;
8 references to Path
aspire (1)
Configuration\AspireConfigFile.cs (1)
134ex.Path, ex.LineNumber, ex.BytePositionInLine, ex);
Microsoft.AspNetCore.Mvc.Core (1)
Formatters\SystemTextJsonInputFormatter.cs (1)
90var path = jsonException.Path ?? string.Empty;
System.Text.Json (6)
System\Text\Json\JsonException.cs (1)
119info.AddValue("Path", Path, typeof(string));
System\Text\Json\Serialization\JsonConverterOfT.ReadCore.cs (1)
74case JsonException jsonEx when jsonEx.Path is null:
System\Text\Json\Serialization\JsonConverterOfT.WriteCore.cs (1)
33case JsonException { Path: null } jsonException:
System\Text\Json\ThrowHelper.Serialization.cs (3)
494Debug.Assert(ex.Path == null); 527Debug.Assert(ex.Path is null); // do not overwrite existing path information 565Debug.Assert(ex.Path is null); // do not overwrite existing path information