1 write to _threadingContext
Microsoft.CodeAnalysis.CSharp.EditorFeatures (1)
StringCopyPaste\StringCopyPasteCommandHandler.cs (1)
78
_threadingContext
= threadingContext;
2 references to _threadingContext
Microsoft.CodeAnalysis.CSharp.EditorFeatures (2)
StringCopyPaste\StringCopyPasteCommandHandler.cs (1)
94
Contract.ThrowIfFalse(
_threadingContext
.HasMainThread);
StringCopyPaste\StringCopyPasteCommandHandler_CutCopy.cs (1)
49
Contract.ThrowIfFalse(
_threadingContext
.HasMainThread);