3 instantiations of CodeDefinitionWindowLocation
Microsoft.CodeAnalysis.EditorFeatures (3)
CodeDefinitionWindow\DefinitionContextTracker.cs (3)
159locations.Add(new CodeDefinitionWindowLocation(item.DisplayTaggedParts.JoinText(), item.Document.FilePath, linePositionSpan.Start)); 179locations.Add(new CodeDefinitionWindowLocation( 187locations.Add(new CodeDefinitionWindowLocation(
7 references to CodeDefinitionWindowLocation
Microsoft.CodeAnalysis.EditorFeatures (3)
CodeDefinitionWindow\DefinitionContextTracker.cs (2)
140internal async Task<ImmutableArray<CodeDefinitionWindowLocation>> GetContextFromPointAsync( 143using var locations = TemporaryArray<CodeDefinitionWindowLocation>.Empty;
CodeDefinitionWindow\ICodeDefinitionWindowService.cs (1)
14Task SetContextAsync(ImmutableArray<CodeDefinitionWindowLocation> locations, CancellationToken cancellationToken);
Microsoft.VisualStudio.LanguageServices (4)
CodeDefinitionWindow\VisualStudioCodeDefinitionWindowService.cs (4)
44public async Task SetContextAsync(ImmutableArray<CodeDefinitionWindowLocation> locations, CancellationToken cancellationToken) 63private readonly ImmutableArray<CodeDefinitionWindowLocation> _locations; 65public Context(ImmutableArray<CodeDefinitionWindowLocation> locations) 100private CodeDefinitionWindowLocation GetItem(uint iItem)