21 instantiations of NuspecReader
dotnet (1)
NuGet.Build.Tasks.Pack (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.Build.Tasks.Pack (1)
NuGet.CommandLine.XPlat (1)
NuGet.Commands (7)
RestoreCommand\Utility\LockFileUtils.cs (6)
93var nuspec = package.Nuspec;
202NuspecReader nuspec,
334private static void AddContentFiles(ManagedCodeConventions managedCodeConventions, LockFileTargetLibrary lockFileLib, NuGetFramework framework, ContentItemCollection contentItems, NuspecReader nuspec)
408private static void AddFrameworkReferences(LockFileTargetLibrary lockFileLib, NuGetFramework framework, NuspecReader nuspec)
435private static void ApplyReferenceFilter(LockFileTargetLibrary lockFileLib, NuGetFramework framework, NuspecReader nuspec)
474private static void AddDependencies(IEnumerable<LibraryDependency> dependencies, LockFileTargetLibrary lockFileLib, NuGetFramework framework, NuspecReader nuspec)
NuGet.PackageManagement (7)
NuGet.Packaging (14)
NuGet.Protocol (47)