8 references to GetPath
aspire (4)
Projects\RepositoryToolUpdater.cs (4)
187!manifest.References.Select(reference => (reference.Properties.GetPath(), reference.Key, reference.Version)) 188.SequenceEqual(original.References.Select(reference => (reference.Properties.GetPath(), reference.Key, reference.Version)))) 197candidate.Key == reference.Key && candidate.Properties.GetPath() == reference.Properties.GetPath());
ConfigurationSchemaGenerator (1)
ConfigSchemaEmitter.cs (1)
682var currentPath = currentNode.GetPath()
System.Text.Json (3)
System\Text\Json\Nodes\JsonArray.cs (1)
354public string Path => _node.GetPath();
System\Text\Json\Nodes\JsonObject.cs (1)
327public string Path => _node.GetPath();
System\Text\Json\Nodes\JsonValueOfT.cs (1)
147public string Path => _node.GetPath();