3 references to GetDebugInfo
System.Text.Json (3)
System\Text\Json\Serialization\Metadata\JsonTypeInfo.Cache.cs (2)
180Debug.Fail($"key {key} [propertyName={propertyNameStr}] does not match re-computed value {recomputedKey} for the same sequence (case-insensitive). {info.GetDebugInfo()}"); 200Debug.Fail($"key {key} [propertyName={propertyNameStr}] does not match re-computed value {recomputedKey} for the same sequence (case-sensitive). {info.GetDebugInfo()}");
System\Text\Json\Serialization\Metadata\JsonTypeInfo.cs (1)
848sb.AppendLine($"{pi.GetDebugInfo(indent: 6)},");