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)
165var graphQueries = GetGraphQueries(context, _threadingContext, _asyncListener); 172.AddQueriesAsync(context, graphQueries, _threadingContext.DisposalToken) 374return new GraphNavigatorExtension(_threadingContext, _workspace, _streamingPresenter) as T;