1 write to _inProc
Microsoft.VisualStudio.IntegrationTest.Utilities (1)
OutOfProcess\SolutionExplorer_OutOfProc.cs (1)
21
_inProc
= CreateInProcComponent<SolutionExplorer_InProc>(visualStudioInstance);
18 references to _inProc
Microsoft.VisualStudio.IntegrationTest.Utilities (18)
OutOfProcess\SolutionExplorer_OutOfProc.cs (18)
25
=>
_inProc
.CloseSolution(saveFirst);
31
=>
_inProc
.CreateSolution(solutionName, saveExistingSolutionIfExists);
35
_inProc
.AddProject(projectName.Name, projectTemplate, languageName);
41
_inProc
.AddProjectReference(fromProjectName.Name, toProjectName.Name);
47
_inProc
.AddMetadataReference(fullyQualifiedAssemblyName.Name, projectName.Name);
52
=>
_inProc
.CleanUpOpenSolution();
55
=>
_inProc
.AddFile(project.Name, fileName, contents, open);
58
=>
_inProc
.GetFileContents(project.Name, fileName);
61
=>
_inProc
.BuildSolution();
64
=>
_inProc
.OpenFileWithDesigner(project.Name, fileName);
69
_inProc
.OpenFile(project.Name, fileName);
74
=>
_inProc
.CloseDesignerFile(project.Name, fileName, saveFile);
77
=>
_inProc
.CloseCodeFile(project.Name, fileName, saveFile);
80
=>
_inProc
.SaveFile(project.Name, fileName);
83
=>
_inProc
.RestoreNuGetPackages(project.Name);
87
_inProc
.SaveAll();
100
=>
_inProc
.SelectItem(itemName);
106
=>
_inProc
.SelectItemAtPath(path);