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))))
197
candidate.Key == reference.Key && candidate.Properties.
GetPath
() == reference.Properties.
GetPath
());
ConfigurationSchemaGenerator (1)
ConfigSchemaEmitter.cs (1)
682
var currentPath = currentNode.
GetPath
()
System.Text.Json (3)
System\Text\Json\Nodes\JsonArray.cs (1)
354
public string Path => _node.
GetPath
();
System\Text\Json\Nodes\JsonObject.cs (1)
327
public string Path => _node.
GetPath
();
System\Text\Json\Nodes\JsonValueOfT.cs (1)
147
public string Path => _node.
GetPath
();