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