5 references to Workspace
Microsoft.CodeAnalysis.EditorFeatures.Wpf (5)
InlineRename\CommandHandlers\RenameCommandHandler.cs (2)
112
var notificationService = activeSession.
Workspace
.Services.GetService<INotificationService>();
118
var errorReportingService = activeSession.
Workspace
.Services.GetService<IErrorReportingService>();
InlineRename\UI\Dashboard\RenameDashboard.xaml.cs (2)
343
var notificationService = _model.Session.
Workspace
.Services.GetService<INotificationService>();
349
var errorReportingService = _model.Session.
Workspace
.Services.GetService<IErrorReportingService>();
InlineRename\UI\InlineRenameAdornmentManager.cs (1)
79
ViewIncludesBufferFromWorkspace(_textView, _renameService.ActiveSession.
Workspace
))