1 write to _solutionName
Microsoft.VisualStudio.LanguageServices.New.IntegrationTests (1)
AbstractEditorTest.cs (1)
32
_solutionName
= solutionName;
2 references to _solutionName
Microsoft.VisualStudio.LanguageServices.New.IntegrationTests (2)
AbstractEditorTest.cs (2)
43
if (
_solutionName
!= null)
47
await TestServices.SolutionExplorer.CreateSolutionAsync(
_solutionName
, HangMitigatingCancellationToken);