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();
324
if (!
_foregroundObject
.IsForeground())
376
_foregroundObject
.AssertIsForeground();
1029
if (!
_foregroundObject
.IsForeground())
1293
_foregroundObject
.AssertIsForeground();
1417
_foregroundObject
.AssertIsForeground();