4 references to GetContextFromPointAsync
Microsoft.CodeAnalysis.EditorFeatures (1)
CodeDefinitionWindow\DefinitionContextTracker.cs (1)
147var locations = await GetContextFromPointAsync(workspace, document, pointInRoslynSnapshot, cancellationToken).ConfigureAwait(true);
Microsoft.CodeAnalysis.EditorFeatures2.UnitTests (3)
CodeDefinitionWindow\AbstractCodeDefinitionWindowTests.vb (2)
57Dim locations = Await definitionContextTracker.GetContextFromPointAsync( 83Dim locations = Await definitionContextTracker.GetContextFromPointAsync(
CodeDefinitionWindow\CrossLanguageCodeDefinitionWindowTests.vb (1)
114Dim locations = Await definitionContextTracker.GetContextFromPointAsync(