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)
24
if (
_currentOpenFile
== null)
30
var filePath = Path.Combine(TestServices.Workspace.WorkspacePath,
_currentOpenFile
);