1 write to _threadingContext
Microsoft.VisualStudio.LanguageServices.Razor (1)
Logging\OutputWindowLoggerProvider.cs (1)
79
_threadingContext
= threadingContext;
3 references to _threadingContext
Microsoft.VisualStudio.LanguageServices.Razor (3)
Logging\OutputWindowLoggerProvider.cs (3)
113
await
_threadingContext
.Factory.SwitchToMainThreadAsync(cancellationToken);
134
_threadingContext
.AssertUIThread();
150
_threadingContext
.AssertUIThread();