33 references to GetGraphWithMarkedSymbolNodeAsync
Microsoft.VisualStudio.LanguageServices.UnitTests (33)
Progression\CallsGraphQueryTests.vb (5)
29
Dim inputGraph = Await testState.
GetGraphWithMarkedSymbolNodeAsync
()
75
Dim inputGraph = Await testState.
GetGraphWithMarkedSymbolNodeAsync
()
111
Dim inputGraph = Await testState.
GetGraphWithMarkedSymbolNodeAsync
()
160
Dim inputGraph = Await testState.
GetGraphWithMarkedSymbolNodeAsync
()
213
Dim inputGraph = Await testState.
GetGraphWithMarkedSymbolNodeAsync
()
Progression\ContainsGraphQueryTests.vb (4)
220
Dim inputGraph = Await testState.
GetGraphWithMarkedSymbolNodeAsync
()
253
Dim inputGraph = await testState.
GetGraphWithMarkedSymbolNodeAsync
()
284
Dim inputGraph = Await testState.
GetGraphWithMarkedSymbolNodeAsync
()
375
Dim inputGraph = await testState.
GetGraphWithMarkedSymbolNodeAsync
()
Progression\GraphNodeCreationTests.vb (6)
199
Dim graphNode = (Await testState.
GetGraphWithMarkedSymbolNodeAsync
()).Nodes.Single()
607
Dim graphNode = (Await testState.
GetGraphWithMarkedSymbolNodeAsync
()).Nodes.Single()
626
Dim graphNode = (Await testState.
GetGraphWithMarkedSymbolNodeAsync
()).Nodes.Single()
692
Dim graphNode = (Await testState.
GetGraphWithMarkedSymbolNodeAsync
()).Nodes.Single()
713
Dim graphNode = (Await testState.
GetGraphWithMarkedSymbolNodeAsync
()).Nodes.Single()
748
Dim graphNode = (Await testState.
GetGraphWithMarkedSymbolNodeAsync
()).Nodes.Single()
Progression\GraphNodeIdTests.vb (1)
24
Dim graph = await testState.
GetGraphWithMarkedSymbolNodeAsync
(symbolTransform)
Progression\ImplementedByGraphQueryTests.vb (1)
50
Dim inputGraph = Await testState.
GetGraphWithMarkedSymbolNodeAsync
()
Progression\ImplementsGraphQueryTests.vb (2)
26
Dim inputGraph = Await testState.
GetGraphWithMarkedSymbolNodeAsync
()
66
Dim inputGraph = Await testState.
GetGraphWithMarkedSymbolNodeAsync
()
Progression\InheritedByGraphQueryTests.vb (4)
54
Dim inputGraph = Await testState.
GetGraphWithMarkedSymbolNodeAsync
()
102
Dim inputGraph = Await testState.
GetGraphWithMarkedSymbolNodeAsync
()
162
Dim inputGraph = Await testState.
GetGraphWithMarkedSymbolNodeAsync
()
215
Dim inputGraph = Await testState.
GetGraphWithMarkedSymbolNodeAsync
()
Progression\InheritsFromGraphQueryTests.vb (3)
25
Dim inputGraph = Await testState.
GetGraphWithMarkedSymbolNodeAsync
()
58
Dim inputGraph = Await testState.
GetGraphWithMarkedSymbolNodeAsync
()
95
Dim inputGraph = Await testState.
GetGraphWithMarkedSymbolNodeAsync
()
Progression\IsCalledByGraphQueryTests.vb (1)
45
Dim inputGraph = Await testState.
GetGraphWithMarkedSymbolNodeAsync
()
Progression\IsUsedByGraphQueryTests.vb (1)
32
Dim inputGraph = Await testState.
GetGraphWithMarkedSymbolNodeAsync
()
Progression\OverriddenByGraphQueryTests.vb (2)
39
Dim inputGraph = Await testState.
GetGraphWithMarkedSymbolNodeAsync
()
81
Dim inputGraph = Await testState.
GetGraphWithMarkedSymbolNodeAsync
()
Progression\OverridesGraphQueryTests.vb (2)
39
Dim inputGraph = Await testState.
GetGraphWithMarkedSymbolNodeAsync
()
84
Dim inputGraph = Await testState.
GetGraphWithMarkedSymbolNodeAsync
()
Progression\ProgressionTestState.vb (1)
70
Dim graphNode = (Await
GetGraphWithMarkedSymbolNodeAsync
()).Nodes.Single()