4 references to GetPath
ConfigurationSchemaGenerator (1)
ConfigSchemaEmitter.cs (1)
655var currentPath = currentNode.GetPath()
System.Text.Json (3)
System\Text\Json\Nodes\JsonArray.cs (1)
357public string Path => _node.GetPath();
System\Text\Json\Nodes\JsonObject.cs (1)
300public string Path => _node.GetPath();
System\Text\Json\Nodes\JsonValueOfT.cs (1)
140public string Path => _node.GetPath();