20 instantiations of NuspecReader
dotnet (1)
NuGet.CommandLine.XPlat (1)
NuGet.PackageManagement (5)
NuGet.Packaging (4)
NuGet.Protocol (9)
82 references to NuspecReader
Microsoft.DotNet.Build.Tasks.Workloads (1)
Microsoft.DotNet.PackageTesting (1)
Microsoft.DotNet.PackageValidation (1)
Microsoft.TemplateEngine.Cli (1)
Microsoft.TemplateEngine.Edge (1)
NuGet.CommandLine.XPlat (1)
NuGet.Commands (7)
RestoreCommand\Utility\LockFileUtils.cs (6)
81var nuspec = package.Nuspec;
179NuspecReader nuspec,
304private static void AddContentFiles(ManagedCodeConventions managedCodeConventions, LockFileTargetLibrary lockFileLib, NuGetFramework framework, ContentItemCollection contentItems, NuspecReader nuspec)
378private static void AddFrameworkReferences(LockFileTargetLibrary lockFileLib, NuGetFramework framework, NuspecReader nuspec)
405private static void ApplyReferenceFilter(LockFileTargetLibrary lockFileLib, NuGetFramework framework, NuspecReader nuspec)
444private static void AddDependencies(IEnumerable<LibraryDependency> dependencies, LockFileTargetLibrary lockFileLib, NuGetFramework framework, NuspecReader nuspec)
NuGet.PackageManagement (7)
NuGet.Packaging (14)
NuGet.Protocol (48)