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);