9 references to GetContentForPattern
NuGet.Packaging (9)
PackageCreation\Authoring\PackageBuilder.cs (1)
754
ContentExtractor.
GetContentForPattern
(collection, pattern, targetedItemGroups);
Rules\AccidentallyCompatibleWithAllFrameworksRule.cs (5)
39
ContentExtractor.
GetContentForPattern
(collection, managedCodeConventions.Patterns.CompileLibAssemblies, items);
40
ContentExtractor.
GetContentForPattern
(collection, managedCodeConventions.Patterns.CompileRefAssemblies, items);
41
ContentExtractor.
GetContentForPattern
(collection, managedCodeConventions.Patterns.MSBuildMultiTargetingFiles, items);
49
ContentExtractor.
GetContentForPattern
(collection, managedCodeConventions.Patterns.MSBuildFiles, items);
50
ContentExtractor.
GetContentForPattern
(collection, managedCodeConventions.Patterns.MSBuildTransitiveFiles, items);
Rules\DependenciesGroupsForEachTFMRule.cs (2)
69
ContentExtractor.
GetContentForPattern
(collection, managedCodeConventions.Patterns.CompileLibAssemblies, libItems);
70
ContentExtractor.
GetContentForPattern
(collection, managedCodeConventions.Patterns.CompileRefAssemblies, refItems);
Rules\InvalidUndottedFrameworkRule.cs (1)
223
ContentExtractor.
GetContentForPattern
(collection, pattern, targetedItemGroups);