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