1 write to MSBuildFiles
NuGet.Packaging (1)
ContentModel\ManagedCodeConventions.cs (1)
555MSBuildFiles = new PatternSet(
4 references to MSBuildFiles
NuGet.Commands (1)
RestoreCommand\Utility\LockFileUtils.cs (1)
273managedCodeConventions.Patterns.MSBuildFiles);
NuGet.Packaging (3)
PackageCreation\Authoring\PackageBuilder.cs (1)
742patterns.MSBuildFiles,
Rules\AccidentallyCompatibleWithAllFrameworksRule.cs (1)
49ContentExtractor.GetContentForPattern(collection, managedCodeConventions.Patterns.MSBuildFiles, items);
Rules\InvalidUndottedFrameworkRule.cs (1)
211GetPatternSetThatPreservesRawValues(patterns.MSBuildFiles),