1 write to _foregroundObject
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\VisualStudioWorkspaceImpl.cs (1)
125_foregroundObject = new ForegroundThreadAffinitizedObject(_threadingContext);
6 references to _foregroundObject
Microsoft.VisualStudio.LanguageServices (6)
ProjectSystem\VisualStudioWorkspaceImpl.cs (6)
155_foregroundObject.AssertIsForeground(); 324if (!_foregroundObject.IsForeground()) 376_foregroundObject.AssertIsForeground(); 1029if (!_foregroundObject.IsForeground()) 1293_foregroundObject.AssertIsForeground(); 1417_foregroundObject.AssertIsForeground();