1 write to _threadingContext
Microsoft.VisualStudio.LanguageServices (1)
Progression\GraphProvider.cs (1)
51
_threadingContext
= threadingContext;
2 references to _threadingContext
Microsoft.VisualStudio.LanguageServices (2)
Progression\GraphProvider.cs (2)
172
.AddQueriesAsync(context, graphQueries,
_threadingContext
.DisposalToken)
374
return new GraphNavigatorExtension(
_threadingContext
, _workspace, _streamingPresenter) as T;