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