2 writes to NuGetProjectContext
NuGet.PackageManagement (2)
Projects\MSBuildNuGetProject.cs (2)
170ProjectSystem.NuGetProjectContext = nuGetProjectContext; 430ProjectSystem.NuGetProjectContext = nuGetProjectContext;
15 references to NuGetProjectContext
NuGet.PackageManagement (15)
FileModifiers\XmlTransformer.cs (2)
124projectSystem.NuGetProjectContext); 145projectSystem.NuGetProjectContext))
Utility\MSBuildNuGetProjectSystemUtility.cs (13)
115var fileConflictAction = projectSystem.NuGetProjectContext.ResolveFileConflict(conflictMessage); 120projectSystem.NuGetProjectContext.Log(MessageLevel.Info, Strings.Info_OverwritingExistingFile, path); 129projectSystem.NuGetProjectContext.Log(MessageLevel.Warning, Strings.Warning_FileAlreadyExists, path); 320projectSystem.NuGetProjectContext.Log(MessageLevel.Warning, e.Message); 339projectSystem.NuGetProjectContext.Log(MessageLevel.Warning, e.Message); 368projectSystem.NuGetProjectContext.Log(MessageLevel.Warning, e.Message); 397PerformSafeAction(() => projectSystem.RemoveFile(path), projectSystem.NuGetProjectContext); 402projectSystem.NuGetProjectContext.Log(MessageLevel.Warning, Strings.Warning_FileModified, fullPath); 415projectSystem.NuGetProjectContext.Log(MessageLevel.Warning, e.Message); 428PerformSafeAction(() => DeleteDirectory(projectSystem, path), projectSystem.NuGetProjectContext); 443projectSystem.NuGetProjectContext.Log(MessageLevel.Warning, Strings.Warning_DirectoryNotEmpty, path); 451var sourceControlManager = SourceControlUtility.GetSourceControlManager(projectSystem.NuGetProjectContext); 474projectSystem.NuGetProjectContext.Log(MessageLevel.Debug, Strings.Debug_RemovedFolder, fullPath);