5 references to GetSourceControlManager
NuGet.PackageManagement (5)
SourceControl\SourceControlUtility.cs (1)
43
var sourceControlManager =
GetSourceControlManager
(nuGetProjectContext);
Utility\FileSystemUtility.cs (3)
217
var sourceControlManager = SourceControlUtility.
GetSourceControlManager
(nuGetProjectContext);
260
var sourceControlManager = SourceControlUtility.
GetSourceControlManager
(nuGetProjectContext);
376
var sourceControlManager = SourceControlUtility.
GetSourceControlManager
(nuGetProjectContext);
Utility\MSBuildNuGetProjectSystemUtility.cs (1)
451
var sourceControlManager = SourceControlUtility.
GetSourceControlManager
(projectSystem.NuGetProjectContext);