3 references to TryGetScopeWorktreeRoot
aspire (3)
Git\GitWorktree.cs (3)
95/// <see cref="TryGetScopeWorktreeRoot"/>. Two paths share a scope only when both identities 104var workingScopeRoot = TryGetScopeWorktreeRoot(workingDirectory); 105var appHostScopeRoot = TryGetScopeWorktreeRoot(appHostPath);