4 references to PropertyPath
System.Text.Json (4)
System\Text\Json\Serialization\WriteStack.cs (2)
227_ = PropertyPath(); 443private string DebuggerDisplay => $"Path = {PropertyPath()} Current = ConverterStrategy.{Current.JsonPropertyInfo?.EffectiveConverter.ConverterStrategy}, {Current.JsonTypeInfo?.Type.Name}";
System\Text\Json\ThrowHelper.Serialization.cs (2)
482string path = state.PropertyPath(); 586message += $" Path: {state.PropertyPath()}.";