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