1 write to _threadingContext
Microsoft.CodeAnalysis.EditorFeatures.Cocoa (1)
Preview\ICocoaDifferenceViewerExtensions.cs (1)
33
_threadingContext
= threadingContext;
2 references to _threadingContext
Microsoft.CodeAnalysis.EditorFeatures.Cocoa (2)
Preview\ICocoaDifferenceViewerExtensions.cs (2)
40
await
_threadingContext
.JoinableTaskFactory.SwitchToMainThreadAsync(cancellationToken);
87
await
_threadingContext
.JoinableTaskFactory.SwitchToMainThreadAsync(cancellationToken);