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)
536
ex.
Path
= path;
570
ex.
Path
= path;
11 references to Path
aspire (1)
Configuration\AspireConfigFile.cs (1)
134
ex.
Path
, ex.LineNumber, ex.BytePositionInLine, ex);
Microsoft.AspNetCore.Http.Extensions (1)
RequestDelegateFactory.cs (1)
1431
new KeyValuePair<string, string[]>(ex.
Path
?? string.Empty, [ex.Message]),
Microsoft.AspNetCore.Identity (1)
_generated\0\GeneratedRouteBuilderExtensions.g.cs (1)
1437
new KeyValuePair<string, string[]>(jsonException.
Path
?? string.Empty, [jsonException.Message]),
Microsoft.AspNetCore.Mvc.Core (1)
Formatters\SystemTextJsonInputFormatter.cs (1)
90
var path = jsonException.
Path
?? string.Empty;
Microsoft.TemplateEngine.Edge (1)
BuiltInManagedProvider\GlobalSettings.cs (1)
99
var wrappedEx = new JsonException(string.Format(LocalizableStrings.GlobalSettings_Error_CorruptedSettings, _globalSettingsFile, ex.Message), ex.
Path
, ex.LineNumber, ex.BytePositionInLine, ex);
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)
494
Debug.Assert(ex.
Path
== null);
527
Debug.Assert(ex.
Path
is null); // do not overwrite existing path information
567
Debug.Assert(ex.
Path
is null); // do not overwrite existing path information