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