12 references to ContentExtractor
NuGet.Packaging (12)
PackageCreation\Authoring\PackageBuilder.cs (1)
754ContentExtractor.GetContentForPattern(collection, pattern, targetedItemGroups);
Rules\AccidentallyCompatibleWithAllFrameworksRule.cs (6)
39ContentExtractor.GetContentForPattern(collection, managedCodeConventions.Patterns.CompileLibAssemblies, items); 40ContentExtractor.GetContentForPattern(collection, managedCodeConventions.Patterns.CompileRefAssemblies, items); 41ContentExtractor.GetContentForPattern(collection, managedCodeConventions.Patterns.MSBuildMultiTargetingFiles, items); 49ContentExtractor.GetContentForPattern(collection, managedCodeConventions.Patterns.MSBuildFiles, items); 50ContentExtractor.GetContentForPattern(collection, managedCodeConventions.Patterns.MSBuildTransitiveFiles, items); 52var buildFrameworks = ContentExtractor.GetGroupFrameworks(items).ToArray();
Rules\DependenciesGroupsForEachTFMRule.cs (4)
69ContentExtractor.GetContentForPattern(collection, managedCodeConventions.Patterns.CompileLibAssemblies, libItems); 70ContentExtractor.GetContentForPattern(collection, managedCodeConventions.Patterns.CompileRefAssemblies, refItems); 73tfmsFromFilesSet.AddRange(ContentExtractor.GetGroupFrameworks(libItems)); 74tfmsFromFilesSet.AddRange(ContentExtractor.GetGroupFrameworks(refItems));
Rules\InvalidUndottedFrameworkRule.cs (1)
223ContentExtractor.GetContentForPattern(collection, pattern, targetedItemGroups);