1 write to MSBuildTransitiveFiles
NuGet.Packaging (1)
ContentModel\ManagedCodeConventions.cs (1)
618MSBuildTransitiveFiles = new PatternSet(
4 references to MSBuildTransitiveFiles
NuGet.Commands (1)
RestoreCommand\Utility\LockFileUtils.cs (1)
264managedCodeConventions.Patterns.MSBuildTransitiveFiles);
NuGet.Packaging (3)
PackageCreation\Authoring\PackageBuilder.cs (1)
746patterns.MSBuildTransitiveFiles
Rules\AccidentallyCompatibleWithAllFrameworksRule.cs (1)
50ContentExtractor.GetContentForPattern(collection, managedCodeConventions.Patterns.MSBuildTransitiveFiles, items);
Rules\InvalidUndottedFrameworkRule.cs (1)
215GetPatternSetThatPreservesRawValues(patterns.MSBuildTransitiveFiles)