4 references to GetParentPathNullable
dotnet-aot (4)
parent\dotnet\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
();