7 references to GetWorkspace
Microsoft.CodeAnalysis.CSharp.EditorFeatures (2)
EventHookup\EventHookupCommandHandler_TabKeyCommand.cs (1)
119var workspace = textView.TextSnapshot.TextBuffer.GetWorkspace();
EventHookup\EventHookupSessionManager_EventHookupSession.cs (1)
116var workspace = textView.TextSnapshot.TextBuffer.GetWorkspace();
Microsoft.CodeAnalysis.EditorFeatures (3)
CodeDefinitionWindow\DefinitionContextTracker.cs (1)
139var workspace = snapshot.TextBuffer.GetWorkspace();
InlineRename\InlineRenameSession.cs (1)
294if (buffer.GetWorkspace() == _workspace)
NavigationBar\NavigationBarController_ModelComputation.cs (1)
53var workspace = textSnapshot.TextBuffer.GetWorkspace();
Microsoft.VisualStudio.LanguageServices (2)
CodeCleanup\AbstractCodeCleanUpFixer.cs (1)
198var workspace = buffer.GetWorkspace();
InheritanceMargin\InheritanceGlyphFactory.cs (1)
77if (_textView.TextBuffer.GetWorkspace() == null)