28 references to IMSBuildProjectSystem
NuGet.PackageManagement (28)
FileModifiers\IPackageFileTransformer.cs (2)
36IMSBuildProjectSystem projectSystem, 60IMSBuildProjectSystem projectSystem,
FileModifiers\Preprocessor.cs (3)
36IMSBuildProjectSystem projectSystem, 77IMSBuildProjectSystem projectSystem, 101IMSBuildProjectSystem projectSystem,
FileModifiers\XdtTransformer.cs (3)
42IMSBuildProjectSystem projectSystem, 81IMSBuildProjectSystem projectSystem, 102IMSBuildProjectSystem msBuildNuGetProjectSystem,
FileModifiers\XmlTransformer.cs (4)
58IMSBuildProjectSystem projectSystem, 103IMSBuildProjectSystem projectSystem, 153IMSBuildProjectSystem projectSystem, 178IMSBuildProjectSystem projectSystem,
Projects\MSBuildNuGetProject.cs (2)
79public IMSBuildProjectSystem ProjectSystem { get; } 90IMSBuildProjectSystem msbuildNuGetProjectSystem,
Utility\MSBuildNuGetProjectSystemUtility.cs (14)
25internal static XDocument GetOrCreateDocument(XName rootName, string path, IMSBuildProjectSystem msBuildNuGetProjectSystem) 103IMSBuildProjectSystem projectSystem, 139IMSBuildProjectSystem projectSystem, 214IMSBuildProjectSystem projectSystem, 355internal static IEnumerable<string> GetFilesSafe(IMSBuildProjectSystem projectSystem, string path) 360internal static IEnumerable<string> GetFilesSafe(IMSBuildProjectSystem projectSystem, string path, string filter) 375IMSBuildProjectSystem projectSystem, 386IMSBuildProjectSystem projectSystem, 407internal static IEnumerable<string> GetDirectoriesSafe(IMSBuildProjectSystem projectSystem, string path) 421internal static IEnumerable<string> GetDirectories(IMSBuildProjectSystem projectSystem, string path) 426internal static void DeleteDirectorySafe(IMSBuildProjectSystem projectSystem, string path) 432private static void DeleteDirectory(IMSBuildProjectSystem projectSystem, string path) 537IMSBuildProjectSystem projectSystem, 622internal static void AddFile(IMSBuildProjectSystem projectSystem, string path, Action<Stream> writeToStream)