8 references to GetParentPathNullable
dotnet (4)
ToolManifest\ToolManifestFinder.cs (4)
164while (currentSearchDirectory.HasValue && (currentSearchDirectory.Value.GetParentPathNullable() != null || AllowManifestInRoot())) 172currentSearchDirectory = currentSearchDirectory.Value.GetParentPathNullable(); 222while (currentSearchDirectory.HasValue && currentSearchDirectory.Value.GetParentPathNullable() != null) 239currentSearchDirectory = currentSearchDirectory.Value.GetParentPathNullable();
dotnet-aot (4)
src\sdk\src\Cli\dotnet\ToolManifest\ToolManifestFinder.cs (4)
164while (currentSearchDirectory.HasValue && (currentSearchDirectory.Value.GetParentPathNullable() != null || AllowManifestInRoot())) 172currentSearchDirectory = currentSearchDirectory.Value.GetParentPathNullable(); 222while (currentSearchDirectory.HasValue && currentSearchDirectory.Value.GetParentPathNullable() != null) 239currentSearchDirectory = currentSearchDirectory.Value.GetParentPathNullable();