1 write to _currentOpenFile
Microsoft.VisualStudioCode.Razor.IntegrationTests (1)
Services\EditorService.cs (1)
433_currentOpenFile = relativePath;
2 references to _currentOpenFile
Microsoft.VisualStudioCode.Razor.IntegrationTests (2)
Services\EditorService.cs (2)
24if (_currentOpenFile == null) 30var filePath = Path.Combine(TestServices.Workspace.WorkspacePath, _currentOpenFile);