11 references to GetParentPathNullable
dotnet (4)
ToolManifest\ToolManifestFinder.cs (4)
164
while (currentSearchDirectory.HasValue && (currentSearchDirectory.Value.
GetParentPathNullable
() != null || AllowManifestInRoot()))
172
currentSearchDirectory = currentSearchDirectory.Value.
GetParentPathNullable
();
222
while (currentSearchDirectory.HasValue && currentSearchDirectory.Value.
GetParentPathNullable
() != null)
239
currentSearchDirectory = currentSearchDirectory.Value.
GetParentPathNullable
();
dotnet.Tests (6)
ToolManifestTests\ToolManifestFinderTests.cs (6)
97
while (rootDirectory.
GetParentPathNullable
() != null)
99
rootDirectory = (DirectoryPath)rootDirectory.
GetParentPathNullable
();
135
while (rootDirectory.
GetParentPathNullable
() != null)
137
rootDirectory = (DirectoryPath)rootDirectory.
GetParentPathNullable
();
158
while (rootDirectory.
GetParentPathNullable
() != null)
160
rootDirectory = (DirectoryPath)rootDirectory.
GetParentPathNullable
();
Microsoft.DotNet.Tools.Tests.ComponentMocks (1)
ToolPackageDownloaderMock.cs (1)
302
currentSearchDirectory = currentSearchDirectory.Value.
GetParentPathNullable
();