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