1 write to _threadingContext
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
InlineRename\UI\SmartRename\SmartRenameViewModel.cs (1)
161
_threadingContext
= threadingContext;
12 references to _threadingContext
Microsoft.CodeAnalysis.EditorFeatures.Wpf (12)
InlineRename\UI\SmartRename\SmartRenameViewModel.cs (12)
78
_threadingContext
.ThrowIfNotOnUIThread();
83
_threadingContext
.ThrowIfNotOnUIThread();
124
_threadingContext
.ThrowIfNotOnUIThread();
184
_threadingContext
.ThrowIfNotOnUIThread();
207
await
_threadingContext
.JoinableTaskFactory.SwitchToMainThreadAsync(cancellationToken);
257
await
_threadingContext
.JoinableTaskFactory.SwitchToMainThreadAsync(
_threadingContext
.DisposalToken);
270
await
_threadingContext
.JoinableTaskFactory.SwitchToMainThreadAsync();
297
_threadingContext
.ThrowIfNotOnUIThread();
329
_threadingContext
.ThrowIfNotOnUIThread();
344
_threadingContext
.ThrowIfNotOnUIThread();
372
_threadingContext
.ThrowIfNotOnUIThread();