1 write to _foregroundThreadAffinitization
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\MiscellaneousFilesWorkspace.cs (1)
72
_foregroundThreadAffinitization
= new ForegroundThreadAffinitizedObject(threadingContext, assertIsForeground: false);
6 references to _foregroundThreadAffinitization
Microsoft.VisualStudio.LanguageServices (6)
ProjectSystem\MiscellaneousFilesWorkspace.cs (6)
143
_foregroundThreadAffinitization
.AssertIsForeground();
173
if (!
_foregroundThreadAffinitization
.IsForeground())
179
_foregroundThreadAffinitization
.AssertIsForeground();
238
_foregroundThreadAffinitization
.AssertIsForeground();
266
_foregroundThreadAffinitization
.AssertIsForeground();
301
_foregroundThreadAffinitization
.AssertIsForeground();