3 instantiations of OverridesGraphQuery
Microsoft.VisualStudio.LanguageServices (1)
Progression\GraphProvider.cs (1)
132
graphQueries.Add(new
OverridesGraphQuery
());
Microsoft.VisualStudio.LanguageServices.UnitTests (2)
Progression\OverridesGraphQueryTests.vb (2)
40
Dim outputContext = Await testState.GetGraphContextAfterQuery(inputGraph, New
OverridesGraphQuery
(), GraphContextDirection.Target)
85
Dim outputContext = Await testState.GetGraphContextAfterQuery(inputGraph, New
OverridesGraphQuery
(), GraphContextDirection.Target)