1 write to _threadingContext
Microsoft.CodeAnalysis.EditorFeatures (1)
Organizing\OrganizeDocumentCommandHandler.cs (1)
47
_threadingContext
= threadingContext;
2 references to _threadingContext
Microsoft.CodeAnalysis.EditorFeatures (2)
Organizing\OrganizeDocumentCommandHandler.cs (2)
62
context.OperationContext,
_threadingContext
);
159
operationContext,
_threadingContext
);