7 references to SourceControlManager
NuGet.PackageManagement (7)
SourceControl\SourceControlManagerProvider.cs (1)
11
SourceControlManager
GetSourceControlManager();
SourceControl\SourceControlUtility.cs (2)
27
public static
SourceControlManager
GetSourceControlManager(INuGetProjectContext nuGetProjectContext)
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);