4 references to SelectionHelper
Microsoft.VisualStudio.RazorExtension (4)
NestedFiles\NestedFileCommandHandler.cs (2)
66
if (!
SelectionHelper
.IsRazorFileUIContextActive(_serviceProvider)
181
var filePath =
SelectionHelper
.GetCurrentSelectionPath(_serviceProvider);
NestedFiles\ViewPageCommandHandler.cs (2)
31
if (!
SelectionHelper
.IsRazorFileUIContextActive(_serviceProvider)
62
var filePath =
SelectionHelper
.GetCurrentSelectionPath(_serviceProvider);