2 references to TryResolveSymlinksCore
Aspire.Hosting.Rust (2)
src\Shared\PathNormalizer.cs (2)
123
return
TryResolveSymlinksCore
(path, depth: 0, out resolvedPath);
278
if (!
TryResolveSymlinksCore
(resolved, depth + 1, out current))