3 references to RootDir
NuGet.Commands (3)
RestoreCommand\ContentFiles\ContentFileUtils.cs (1)
103
var rootDirectory = new VirtualFileInfo(SingleFileProvider.
RootDir
, isDirectory: true);
RestoreCommand\ContentFiles\SingleFileProvider.cs (2)
42
if (span.StartsWith(
RootDir
.AsSpan(), StringComparison.Ordinal))
44
span = span.Slice(
RootDir
.Length).TrimStart('/');