3 references to GetWorkspace
Microsoft.CodeAnalysis.EditorFeatures (1)
NavigationBar\NavigationBarController_ModelComputation.cs (1)
105var workspace = textSnapshot.TextBuffer.GetWorkspace();
Microsoft.VisualStudio.LanguageServices (2)
CodeCleanup\AbstractCodeCleanUpFixer.cs (1)
164var workspace = buffer.GetWorkspace();
InheritanceMargin\InheritanceGlyphFactory.cs (1)
76if (_textView.TextBuffer.GetWorkspace() == null)