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