2 references to _threadingContext
Microsoft.CodeAnalysis.CSharp.EditorFeatures (2)
StringCopyPaste\StringCopyPasteCommandHandler.cs (1)
81
Contract.ThrowIfFalse(
_threadingContext
.HasMainThread);
StringCopyPaste\StringCopyPasteCommandHandler_CutCopy.cs (1)
39
Contract.ThrowIfFalse(
_threadingContext
.HasMainThread);