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