6 references to JsonPath
System.Text.Json (6)
System\Text\Json\Serialization\ReadStack.cs (3)
160
_ =
JsonPath
();
167
Debug.Assert(
JsonPath
() is not null);
399
private string DebuggerDisplay => $"Path = {
JsonPath
()}, Current = ConverterStrategy.{Current.JsonTypeInfo?.Converter.ConverterStrategy}, {Current.JsonTypeInfo?.Type.Name}";
System\Text\Json\ThrowHelper.Serialization.cs (3)
434
string path = state.
JsonPath
();
473
string path = state.
JsonPath
();
589
message += $" Path: {state.
JsonPath
()} | LineNumber: {lineNumber} | BytePositionInLine: {bytePositionInLine}.";