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